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 | 澳??帳 | 111000000101001100111111001111111001001010100000 | e0533f3f92a0 |
EUC-JP | 澳??帳 | 110111111011010000111111001111111100010010100010 | dfb43f3fc4a2 |
UTF-8 | 澳륃떄帳 | 111001101011111010110011111010111010010110000011111010111001011010000100111001011011100010110011 | e6beb3eba583eb9684e5b8b3 |
UHC | 澳륃떄帳 | 1110011111111110100011111110111010001011100110101110110111100011 | e7fe8fee8b9aede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)