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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 뇬寮뇬寮^ | 11101011100001111010110011101111101001101011110011101011100001111010110011101111101001101011110001011110 | eb87acefa6bceb87acefa6bc5e |
UHC | 뇬寮뇬寮^ | 101101001010010011101000111100001011010010100100111010001111000001011110 | b4a4e8f0b4a4e8f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)