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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蔚??凋? | 10001001010101010011111100111111100100101001110000111111 | 89553f3f929c3f |
EUC-JP | 蔚??凋? | 10110001101101100011111100111111110000111111110000111111 | b1b63f3fc3fc3f |
UTF-8 | 蔚펠횅凋덩 | 111010001001010010011010111011011000111010100000111011011001101010000101111001011000011110001011111010111000110110101001 | e8949aed8ea0ed9a85e5878beb8da9 |
UHC | 蔚펠횅凋덩 | 11101010101001011100011011100111110010001011011111110000101111011011010110100010 | eaa5c6e7c8b7f0bdb5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)