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 | ?枉? | 00111111100111100101110100111111 | 3f9e5d3f |
EUC-JP | ?枉? | 00111111110110111011111000111111 | 3fdbbe3f |
UTF-8 | 뫔枉밾 | 111010111010101110010100111001101001111010001001111010111011000010111110 | ebab94e69e89ebb0be |
UHC | 뫔枉밾 | 100100011011011011101000110110111001001101101000 | 91b6e8db9368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)