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 | 祭???轅? | 1000110111010101001111110011111100111111111001110111011000111111 | 8dd53f3f3fe7763f |
EUC-JP | 祭?檉?轅? | 10111010110101110011111110001111110001011011101100111111111011011101011100111111 | bad73f8fc5bb3fedd73f |
UTF-8 | 祭렢檉렧轅렋 | 111001111010010110101101111010111010000010100010111001101010101010001001111010111010000010100111111010001011110110000101111010111010000010001011 | e7a5adeba0a2e6aa89eba0a7e8bd85eba08b |
UHC | 祭렢檉렧轅렋 | 111100001010111010001110101100111110111111100000100011101011011011101010101111111000111010100010 | f0ae8eb3efe08eb6eabf8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)