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 | 症?貔踉貅 | 100011111100011100111111111001101011111011100110111100101110011010111010 | 8fc73fe6bee6f2e6ba |
EUC-JP | 症錟貔踉貅 | 1011111011001001100011111110010011011101111011001100000011101100111101001110110010111100 | bec98fe4ddecc0ecf4ecbc |
UTF-8 | 症錟貔踉貅 | 111001111001011110000111111010011000110010011111111010001011001010010100111010001011100010001001111010001011001010000101 | e79787e98c9fe8b294e8b889e8b285 |
UHC | 症錟??? | 11110001111110001101001111001010001111110011111100111111 | f1f8d3ca3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)