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? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
SJIS-WIN | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
EUC-JP | ???N? | 0011111100111111001111110100111000111111 | 3f3f3f4e3f |
UTF-8 | 찼찼찾N혦 | 11101100101100001011110011101100101100001011110011101100101100001011111001001110111011011001100010100110 | ecb0bcecb0bcecb0be4eed98a6 |
UHC | 찼찼찾N혦 | 110000111010000111000011101000011100001110100011010011101100001010001110 | c3a1c3a1c3a34ec28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)