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 | 上シ爾質症 | 1000111111100011101111001000111010100010111100101100011010001110101111111000111111000111 | 8fe3bc8ea2f2c68ebf8fc7 |
EUC-JP | 上シ爾?質症 | 1011111011100101100011101011110010111100101001000011111110111100110000011011111011001001 | bee58ebcbca43fbcc1bec9 |
UTF-8 | 上シ爾質症 | 111001001011100010001010111011111011110110111100111001111000100010111110111011101000011110111101111010001011001110101010111001111001011110000111 | e4b88aefbdbce788beee87bde8b3aae79787 |
UHC | 上?爾?質症 | 11011111101111100011111111101100101100110011111111110010111101011111000111111000 | dfbe3fecb33ff2f5f1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)