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???? | 0011111100111111001111110100111000111111001111110011111100111111 | 3f3f3f4e3f3f3f3f |
| SJIS-WIN | ???N???? | 0011111100111111001111110100111000111111001111110011111100111111 | 3f3f3f4e3f3f3f3f |
| EUC-JP | ???N???? | 0011111100111111001111110100111000111111001111110011111100111111 | 3f3f3f4e3f3f3f3f |
| UTF-8 | 횪쩔창N횪쩔횪짬 | 11101101100110101010101011101100101010011001010011101100101100001011110101001110111011011001101010101010111011001010100110010100111011011001101010101010111011001010011110101100 | ed9aaaeca994ecb0bd4eed9aaaeca994ed9aaaeca7ac |
| UHC | 횪쩔창N횪쩔횪짬 | 110000111010000011000010101111111100001110100010010011101100001110100000110000101011111111000011101000001100001010101011 | c3a0c2bfc3a24ec3a0c2bfc3a0c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)