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 | 祭???狐? | 1000110111010101001111110011111100111111100011001100111100111111 | 8dd53f3f3f8ccf3f |
EUC-JP | 祭泮??狐? | 10111010110101111000111111000111101010000011111100111111101110001101000100111111 | bad78fc7a83f3fb8d13f |
UTF-8 | 祭泮렢렕狐렦 | 111001111010010110101101111001101011001110101110111010111010000010100010111010111010000010010101111001111000101110010000111010111010000010100110 | e7a5ade6b3aeeba0a2eba095e78b90eba0a6 |
UHC | 祭泮렢렕狐렦 | 111100001010111011011010111010101000111010110011100011101010101011111011110011111000111010110101 | f0aedaea8eb38eaafbcf8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)