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 | ?狡? | 00111111111000001100001000111111 | 3fe0c23f |
EUC-JP | 嫄狡? | 100011111011101010100001111000001100010000111111 | 8fbaa1e0c43f |
UTF-8 | 嫄狡렠 | 111001011010101110000100111001111000101110100001111010111010000010100000 | e5ab84e78ba1eba0a0 |
UHC | 嫄狡렠 | 111010101011000111001110111010101000111010110001 | eab1ceea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)