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 | 澳??臧 | 111000000101001100111111001111111110010001101000 | e0533f3fe468 |
EUC-JP | 澳??臧 | 110111111011010000111111001111111110011111001001 | dfb43f3fe7c9 |
UTF-8 | 澳륃떄臧 | 111001101011111010110011111010111010010110000011111010111001011010000100111010001000011110100111 | e6beb3eba583eb9684e887a7 |
UHC | 澳륃떄臧 | 1110011111111110100011111110111010001011100110101110110111110101 | e7fe8fee8b9aedf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)