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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻蓑舞 | 100010110110000110010110101010101001010110010001 | 8b6196aa9591 |
EUC-JP | 蟻蓑舞 | 101101011100001011001100101011001100100111110001 | b5c2ccacc9f1 |
UTF-8 | 蟻蓑舞 | 111010001001111110111011111010001001001110010001111010001000100010011110 | e89fbbe89391e8889e |
UHC | 蟻蓑舞 | 111010111111110011011110111011101101100111110001 | ebfcdeeed9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)