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 | 燼??尸 | 111000001001111000111111001111111001101110011001 | e09e3f3f9b99 |
EUC-JP | 燼??尸 | 110111111111111000111111001111111101010111111001 | dffe3f3fd5f9 |
UTF-8 | 燼깗궔尸 | 111001111000011110111100111010101011100110010111111010101011011010010100111001011011000010111000 | e787bceab997eab694e5b0b8 |
UHC | 燼깗궔尸 | 1110001111101000100000111000111110000010101010011110001110111001 | e3e8838f82a9e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)