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 | 澳??跨 | 111000000101001100111111001111111000110011010111 | e0533f3f8cd7 |
EUC-JP | 澳??跨 | 110111111011010000111111001111111011100011011001 | dfb43f3fb8d9 |
UTF-8 | 澳뤷뮧跨 | 111001101011111010110011111010111010010010110111111010111010111010100111111010001011011110101000 | e6beb3eba4b7ebaea7e8b7a8 |
UHC | 澳뤷뮧跨 | 1110011111111110100011111110010110010010101100101100111010100101 | e7fe8fe592b2cea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)