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 | ??ゴ?日ケ | 001111110011111110000011010100110011111110010011111110101000001101010000 | 3f3f83533f93fa8350 |
EUC-JP | ??ゴ?日ケ | 001111110011111110100101101101000011111111000110111111001010010110110001 | 3f3fa5b43fc6fca5b1 |
UTF-8 | 룴햶ゴ룫日ケ | 111010111010001110110100111011011001011010110110111000111000001010110100111010111010001110101011111001101001011110100101111000111000001010110001 | eba3b4ed96b6e382b4eba3abe697a5e382b1 |
UHC | 룴햶ゴ룫日ケ | 100011111010100111000001100011111010101110110100100011111010001011101100111011011010101110110001 | 8fa9c18fabb48fa2ecedabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)