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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭?<?? | 10011000011000000011111110000001100000110011111100111111 | 98603f81833f3f |
EUC-JP | 倭?<?? | 11001111110000010011111110100001111000110011111100111111 | cfc13fa1e33f3f |
UTF-8 | 倭롥<麗봵 | 111001011000000010101101111010111010000110100101111011111011110010011100111011111010011010001000111010111011010010110101 | e580adeba1a5efbc9cefa688ebb4b5 |
UHC | 倭롥<麗봵 | 11101000110111101000111011100101101000111011110011100110101100001001010001110110 | e8de8ee5a3bce6b09476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)