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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 粢七崧漆昇 | 11100010111001011000111010110101111110101010111110001110101111011000111110111000 | e2e58eb5faaf8ebd8fb8 |
EUC-JP | 粢七崧漆昇 | 1110010011100111101111001011011110001111101110111100101010111100101111111011111010111010 | e4e7bcb78fbbcabcbfbeba |
UTF-8 | 粢七崧漆昇 | 111001111011001010100010111001001011100010000011111001011011010010100111111001101011110010000110111001101001100010000111 | e7b2a2e4b883e5b4a7e6bc86e69887 |
UHC | ?七崧漆昇 | 001111111111011011010010111000101111111011110110110101001110001110110000 | 3ff6d2e2fef6d4e3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)