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 | 珎ヘー鮏箏 | 11100000110111011100110110110000111111000100001111100010101101011111001010110100 | e0ddcdb0fc43e2b5f2b4 |
EUC-JP | 珎ヘー鮏箏? | 111000001101111110001110110011011000111010110000100011111110101011011011111001001011011100111111 | e0df8ecd8eb08feadbe4b73f |
UTF-8 | 珎ヘー鮏箏 | 111001111000111110001110111011111011111010001101111011111011110110110000111010011010111010001111111001111010111010001111111011101000011110101011 | e78f8eefbe8defbdb0e9ae8fe7ae8fee87ab |
UHC | ????箏? | 00111111001111110011111100111111111011101011010000111111 | 3f3f3f3feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)