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 | 其村蔵 | 100100011011010010010001101110101001000110100000 | 91b491ba91a0 |
EUC-JP | 其村蔵 | 110000101011011011000010101111001100001010100010 | c2b6c2bcc2a2 |
UTF-8 | 其村蔵 | 111001011000010110110110111001101001110110010001111010001001010010110101 | e585b6e69d91e894b5 |
UHC | 其村? | 1101000011101100111101011011110100111111 | d0ecf5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)