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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 際?弛??屯 | 100011011101101100111111100100100110111100111111001111111001001111010100 | 8ddb3f926f3f3f93d4 |
EUC-JP | 際?弛??屯 | 101110101101110100111111110000111101000000111111001111111100011011010110 | badd3fc3d03f3fc6d6 |
UTF-8 | 際렠弛쇠렠屯 | 111010011001101010011011111010111010000010100000111001011011110010011011111011001000011110100000111010111010000010100000111001011011000110101111 | e99a9beba0a0e5bc9bec87a0eba0a0e5b1af |
UHC | 際렠弛쇠렠屯 | 111100001011011110001110101100011110110010101100101111001110100010001110101100011101010011101010 | f0b78eb1ecacbce88eb1d4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)