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 | 綜??基?? | 1001000110001110001111110011111110001010111011100011111100111111 | 918e3f3f8aee3f3f |
EUC-JP | 綜??基?? | 1100000111101110001111110011111110110100111100000011111100111111 | c1ee3f3fb4f03f3f |
UTF-8 | 綜곕렊基렰렠 | 111001111011011010011100111010101011001110010101111010111010000010001010111001011001111110111010111010111010000010110000111010111010000010100000 | e7b69ceab395eba08ae59fbaeba0b0eba0a0 |
UHC | 綜곕렊基렰렠 | 111100001111110010110000111010111000111010100001110100001111000110001110101111011000111010110001 | f0fcb0eb8ea1d0f18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)