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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
EUC-JP | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
UTF-8 | 빠D빠D^ | 111010111011100110100000010001001110101110111001101000000100010001011110 | ebb9a044ebb9a0445e |
UHC | 빠D빠D^ | 10111010111111000100010010111010111111000100010001011110 | bafc44bafc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)