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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 息臓臓造c^ | 10010001101001111001000110011111100100011001111110010001101000100110001101011110 | 91a7919f919f91a2635e |
EUC-JP | 息臓臓造c^ | 11000010101010011100001010100001110000101010000111000010101001000110001101011110 | c2a9c2a1c2a1c2a4635e |
UTF-8 | 息臓臓造c^ | 1110011010000001101011111110100010000111100100111110100010000111100100111110100110000000101000000110001101011110 | e681afe88793e88793e980a0635e |
UHC | 息??造c^ | 1110001111010011001111110011111111110000111000110110001101011110 | e3d33f3ff0e3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)