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 | 箏モタ箏 | 11100010101101011101001111000000111100111011010111100010101101011111001110110101 | e2b5d3c0f3b5e2b5f3b5 |
EUC-JP | 箏モタ?箏? | 11100100101101111000111011010011100011101100000000111111111001001011011100111111 | e4b78ed38ec03fe4b73f |
UTF-8 | 箏モタ箏 | 111001111010111010001111111011111011111010010011111011111011111010000000111011101000101010101000111001111010111010001111111011101000101010101000 | e7ae8fefbe93efbe80ee8aa8e7ae8fee8aa8 |
UHC | 箏???箏? | 1110111010110100001111110011111100111111111011101011010000111111 | eeb43f3f3feeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)