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 | ???倚??? | 0011111100111111001111111001100011011111001111110011111100111111 | 3f3f3f98df3f3f3f |
EUC-JP | ???倚??? | 0011111100111111001111111101000011100001001111110011111100111111 | 3f3f3fd0e13f3f3f |
UTF-8 | 嶺뚮벀倚닷퐲履 | 111011111010011010101011111010111001101010101110111010111011001010000000111001011000000010011010111010111000101110110111111011011001000010110010111011111010011110011111 | efa6abeb9aaeebb280e5809aeb8bb7ed90b2efa79f |
UHC | 嶺뚮벀倚닷퐲履 | 1110011110101101100011001110101110010011101001101110101111101111101101001110010110111101100110111110110010101010 | e7ad8ceb93a6ebefb4e5bd9becaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)