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 | 韈幎興寘 | 1110100011100111100110111110101110001011101110111111101010101001 | e8e79beb8bbbfaa9 |
EUC-JP | 韈幎興寘 | 111100001110100111010110111011011011011010111101100011111011101011100001 | f0e9d6edb6bd8fbae1 |
UTF-8 | 韈幎興寘 | 111010011001111110001000111001011011100110001110111010001000100010001000111001011010111110011000 | e99f88e5b98ee88888e5af98 |
UHC | ??興? | 0011111100111111111111011110100100111111 | 3f3ffde93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)