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 | セ蜴゚湿質疾 | 10111110111001011000111011011111100011101011110010001110101111111000111010111110 | bee58edf8ebc8ebf8ebe |
EUC-JP | セ蜴゚湿質疾 | 100011101011111011101001111011101000111011011111101111001011111010111100110000011011110011000000 | 8ebee9ee8edfbcbebcc1bcc0 |
UTF-8 | セ蜴゚湿質疾 | 111011111011110110111110111010001001110010110100111011111011111010011111111001101011100110111111111010001011001110101010111001111001011010111110 | efbdbee89cb4efbe9fe6b9bfe8b3aae796be |
UHC | ????質疾 | 0011111100111111001111110011111111110010111101011111001011110000 | 3f3f3f3ff2f5f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)