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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?珣B | 00111111111110110110001101000010 | 3ffb6342 |
EUC-JP | 饍珣B | 10001111111010001110110110001111110010111111010001000010 | 8fe8ed8fcbf442 |
UTF-8 | 饍珣B | 11101001101001011000110111100111100011111010001101000010 | e9a58de78fa342 |
UHC | 饍珣B | 1110000011010111111000101110100101000010 | e0d7e2e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)