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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踟廷囗砒 | 1110011011110111100100101110110010011010100110001110000111100101 | e6f792ec9a98e1e5 |
EUC-JP | 踟廷囗砒 | 1110110011111001110001001110111011010011111110001110001011100111 | ecf9c4eed3f8e2e7 |
UTF-8 | 踟廷囗砒 | 111010001011100010011111111001011011101110110111111001011001101110010111111001111010000010010010 | e8b89fe5bbb7e59b97e7a092 |
UHC | ?廷?砒 | 001111111110111111010101001111111101110111110111 | 3fefd53fddf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)