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 | ½¤Íð | 1011110110100100100011111100110111110000 | bda48fcdf0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¤?Íð | 0011111110001111101000101111000000111111100011111010101010111111100011111010100111000011 | 3f8fa2f03f8faabf8fa9c3 |
UTF-8 | ½¤Íð | 11000010101111011100001010100100110000101000111111000011100011011100001110110000 | c2bdc2a4c28fc38dc3b0 |
UHC | ½¤??ð | 1010100011110110101000101011010000111111001111111010100110100011 | a8f6a2b43f3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)