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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霜?霜 | 1001000110011010001111111001000110011010 | 919a3f919a |
EUC-JP | 霜?霜 | 1100000111111010001111111100000111111010 | c1fa3fc1fa |
UTF-8 | 霜깾霜 | 111010011001110010011100111010101011100110111110111010011001110010011100 | e99c9ceab9bee99c9c |
UHC | 霜깾霜 | 110111111101110010000011101001111101111111011100 | dfdc83a7dfdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)