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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?使??使?B | 001111111000111001100111001111110011111110001110011001110011111101000010 | 3f8e673f3f8e673f42 |
EUC-JP | ?使??使?B | 001111111011101111001000001111110011111110111011110010000011111101000010 | 3fbbc83f3fbbc83f42 |
UTF-8 | 렻使턴렻使턴B | 11101011101000001011101111100100101111011011111111101101100001001011010011101011101000001011101111100100101111011011111111101101100001001011010001000010 | eba0bbe4bdbfed84b4eba0bbe4bdbfed84b442 |
UHC | 렻使턴렻使턴B | 10001110110000111101111011000101110001011100111110001110110000111101111011000101110001011100111101000010 | 8ec3dec5c5cf8ec3dec5c5cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)