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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???娃??? | 0011111100111111001111111000100010100001001111110011111100111111 | 3f3f3f88a13f3f3f |
EUC-JP | ???娃??? | 0011111100111111001111111011000010100011001111110011111100111111 | 3f3f3fb0a33f3f3f |
UTF-8 | 了뗰쉠娃됵스了 | 111011111010011010111010111010111001011110110000111011001000100110100000111001011010100010000011111010111001000010110101111011001000101010100100111011111010011010111010 | efa6baeb97b0ec89a0e5a883eb90b5ec8aa4efa6ba |
UHC | 了뗰쉠娃됵스了 | 1110100011100111100010111110111110111101101010101110100011011111100010011110111110111101101110101110100011100111 | e8e78befbdaae8df89efbdbae8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)