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 | 橈?? | 10011110111101000011111100111111 | 9ef43f3f |
EUC-JP | 橈?ø | 110111001111011000111111100011111010100111001100 | dcf63f8fa9cc |
UTF-8 | 橈띶ø | 1110011010101001100010001110101110011101101101101100001110111000 | e6a988eb9db6c3b8 |
UHC | 橈띶ø | 111010001111101010001101111001011010100110101010 | e8fa8de5a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)