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 | 豁手┳豺。譌 | 1110011010101101100011101110100010000100101100011110011010110111101000011110011010010111 | e6ad8ee884b1e6b7a1e697 |
EUC-JP | 豁手┳豺。譌 | 111011001010111110111100111010101010100010110011111011001011100110001110101000011110101111110111 | ecafbceaa8b3ecb98ea1ebf7 |
UTF-8 | 豁手┳豺。譌 | 111010001011000110000001111001101000100110001011111000101001010010110011111010001011000110111010111011111011110110100001111010001010110110001100 | e8b181e6898be294b3e8b1baefbda1e8ad8c |
UHC | 豁手┳豺?? | 11111100110000111110001010100010101001101011001111100011110011110011111100111111 | fcc3e2a2a6b3e3cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)