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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 牆?軻?館? | 111000001010110100111111111001110110010100111111100010101101100100111111 | e0ad3fe7653f8ad93f |
EUC-JP | 牆?軻?館? | 111000001010111100111111111011011100011000111111101101001101101100111111 | e0af3fedc63fb4db3f |
UTF-8 | 牆쿡軻뤈館쥷 | 111001111000100110000110111011001011111110100001111010001011101110111011111010111010010010001000111010011010010010101000111011001010010110110111 | e78986ecbfa1e8bbbbeba488e9a4a8eca5b7 |
UHC | 牆쿡軻뤈館쥷 | 111011011110110111000100111011101100101010111011100011111011100011001110101111011010001101000110 | ededc4eecabb8fb8cebda346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)