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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窪?儀?? | 10001100010001010011111110001011010101100011111100111111 | 8c453f8b563f3f |
EUC-JP | 窪?儀?? | 10110111101001100011111110110101101101110011111100111111 | b7a63fb5b73f3f |
UTF-8 | 窪렜儀흗껜 | 111001111010101010101010111010111010000010011100111001011000010010000000111011011001110110010111111010101011101110011100 | e7aaaaeba09ce58480ed9d97eabb9c |
UHC | 窪렜儀흗껜 | 11101000110000011000111010101110111010111111000011001000111010011011001010110100 | e8c18eaeebf0c8e9b2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)