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 | 狸旦贈狸鐚 | 10010010010010111001001001010101100100011010000110010010010010111110100001011011 | 924b925591a1924be85b |
EUC-JP | 狸旦贈狸鐚 | 11000011101011001100001110110110110000101010001111000011101011001110111110111100 | c3acc3b6c2a3c3acefbc |
UTF-8 | 狸旦贈狸鐚 | 111001111000101110111000111001101001011110100110111010001011010010001000111001111000101110111000111010011001000010011010 | e78bb8e697a6e8b488e78bb8e9909a |
UHC | 狸旦贈狸? | 110101111110000111010011101010011111000111111100110101111110000100111111 | d7e1d3a9f1fcd7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)