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 | 低?晨 | 1001001011100001001111111001110111101101 | 92e13f9ded |
EUC-JP | 低?晨 | 1100010011100011001111111101101011101111 | c4e33fdaef |
UTF-8 | 低렦晨 | 111001001011110110001110111010111010000010100110111001101001100110101000 | e4bd8eeba0a6e699a8 |
UHC | 低렦晨 | 111011101011100010001110101101011110001111100111 | eeb88eb5e3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)