To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 室杓射而 | 1000111010111010100011101101101110001110110010111000111010100111 | 8eba8edb8ecb8ea7 |
EUC-JP | 室杓射而 | 1011110010111100101111001101110110111100110011011011110010101001 | bcbcbcddbccdbca9 |
UTF-8 | 室杓射而 | 111001011010111010100100111001101001110110010011111001011011000010000100111010001000000010001100 | e5aea4e69d93e5b084e8808c |
UHC | 室杓射而 | 1110001111111000111110001111010111011110110100101110110010111011 | e3f8f8f5ded2ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)