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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?勹h?勹 | 00111111100110011010111101101000001111111001100110101111 | 3f99af683f99af |
EUC-JP | 伈勹h伈勹 | 1000111110110000110101011101001010110001011010001000111110110000110101011101001010110001 | 8fb0d5d2b1688fb0d5d2b1 |
UTF-8 | 伈勹h伈勹 | 11100100101111001000100011100101100010111011100101101000111001001011110010001000111001011000101110111001 | e4bc88e58bb968e4bc88e58bb9 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)