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 | 迯齢泣 | 111001111000110110010111111011101000101110000011 | e78d97ee8b83 |
EUC-JP | 迯齢泣 | 111011011110110111001110111100001011010111100011 | ededcef0b5e3 |
UTF-8 | 迯齢泣 | 111010001011111110101111111010011011110110100010111001101011001110100011 | e8bfafe9bda2e6b3a3 |
UHC | ??泣 | 00111111001111111110101111101000 | 3f3febe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)