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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燼??蒻 | 111000001001111000111111001111111110010011101000 | e09e3f3fe4e8 |
EUC-JP | 燼??蒻 | 110111111111111000111111001111111110100011101010 | dffe3f3fe8ea |
UTF-8 | 燼깇뒮蒻 | 111001111000011110111100111010101011100110000111111010111001001010101110111010001001001010111011 | e787bceab987eb92aee892bb |
UHC | 燼깇뒮蒻 | 1110001111101000100000111000011010001010101001111110010110110110 | e3e883868aa7e5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)