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 | 歪荳? | 1001100001100011111001001011100000111111 | 9863e4b83f |
EUC-JP | 歪荳? | 1100111111000100111010001011101000111111 | cfc4e8ba3f |
UTF-8 | 歪荳썬 | 111001101010110110101010111010001000110110110011111011001000110110101100 | e6adaae88db3ec8dac |
UHC | 歪荳썬 | 111010001110000011010100111001011011110111100011 | e8e0d4e5bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)