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 | ??肅 | 00111111001111111110001111100111 | 3f3fe3e7 |
EUC-JP | ??肅 | 00111111001111111110011011101001 | 3f3fe6e9 |
UTF-8 | 뿨쏺肅 | 111010111011111110101000111011001000111110111010111010001000001010000101 | ebbfa8ec8fbae88285 |
UHC | 뿨쏺肅 | 100101111010100010011100010101101110001011011100 | 97a89c56e2dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)