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 | ??N^ | 00111111001111110100111001011110 | 3f3f4e5e |
SJIS-WIN | ?隅N^ | 0011111110001011111101110100111001011110 | 3f8bf74e5e |
EUC-JP | ?隅N^ | 0011111110110110111110010100111001011110 | 3fb6f94e5e |
UTF-8 | 잢隅N^ | 1110110010011110101000101110100110011010100001010100111001011110 | ec9ea2e99a854e5e |
UHC | 잢隅N^ | 100111111111000111101001111010100100111001011110 | 9ff1e9ea4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)