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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 譽壽キ。葹エh | 11100110101000111001101011100110101101111010000111100100110111111011010001101000 | e6a39ae6b7a1e4dfb468 |
EUC-JP | 譽壽キ。葹エh | 11101100101001011101010011101000100011101011011110001110101000011110100011100001100011101011010001101000 | eca5d4e88eb78ea1e8e18eb468 |
UTF-8 | 譽壽キ。葹エh | 11101000101011011011110111100101101000111011110111101111101111011011011111101111101111011010000111101000100100011011100111101111101111011011010001101000 | e8adbde5a3bdefbdb7efbda1e891b9efbdb468 |
UHC | 譽壽????h | 111001111110001011100001111110000011111100111111001111110011111101101000 | e7e2e1f83f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)