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 | 楮伎??? | 10011110101110001000101011101010001111110011111100111111 | 9eb88aea3f3f3f |
EUC-JP | 楮伎??? | 11011100101110101011010011101100001111110011111100111111 | dcbab4ec3f3f3f |
UTF-8 | 楮伎렒계㎭ | 111001101010010110101110111001001011110010001110111010111010000010010010111010101011001110000100111000111000111010101101 | e6a5aee4bc8eeba092eab384e38ead |
UHC | 楮伎렒계㎭ | 11101110101111111101000011101011100011101010011110110000111010001010011111100001 | eebfd0eb8ea7b0e8a7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)