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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涅→?闇η? | 10011111101110001000000110101000001111111000100011000101100000111100010100111111 | 9fb881a83f88c583c53f |
EUC-JP | 涅→?闇η? | 11011110101110101010001010101010001111111011000011000111101001101100011100111111 | debaa2aa3fb0c7a6c73f |
UTF-8 | 涅→썫闇η맇 | 1110011010110110100001011110001010000110100100101110110010001101101010111110100110010111100001111100111010110111111010111010011110000111 | e6b685e28692ec8dabe99787ceb7eba787 |
UHC | 涅→썫闇η맇 | 111001101110111010100001111001101001101110011100111001001110000110100101111001111001000010100001 | e6eea1e69b9ce4e1a5e790a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)