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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鋺晃D鋺晃D^ | 1110011111111010100011010101011101000100111001111111101010001101010101110100010001011110 | e7fa8d5744e7fa8d57445e |
EUC-JP | 鋺晃D鋺晃D^ | 1110111011111100101110011011100001000100111011101111110010111001101110000100010001011110 | eefcb9b844eefcb9b8445e |
UTF-8 | 鋺晃D鋺晃D^ | 111010011000101110111010111001101001100110000011010001001110100110001011101110101110011010011001100000110100010001011110 | e98bbae6998344e98bbae69983445e |
UHC | ?晃D?晃D^ | 001111111111110011001100010001000011111111111100110011000100010001011110 | 3ffccc443ffccc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)