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 | ??ø | 001111110011111111111000 | 3f3ff8 |
SJIS-WIN | 鈺?? | 11111011110001000011111100111111 | fbc43f3f |
EUC-JP | 鈺?ø | 10001111111000111101010100111111100011111010100111001100 | 8fe3d53f8fa9cc |
UTF-8 | 鈺롥ø | 1110100110001000101110101110101110100001101001011100001110111000 | e988baeba1a5c3b8 |
UHC | 鈺롥ø | 111010001010110110001110111001011010100110101010 | e8ad8ee5a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)