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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 澳??業?? | 1110000001010011001111110011111110001011110001100011111100111111 | e0533f3f8bc63f3f |
EUC-JP | 澳??業?? | 1101111110110100001111110011111110110110110010000011111100111111 | dfb43f3fb6c83f3f |
UTF-8 | 澳뉐막業롩쳪 | 111001101011111010110011111010111000100110010000111010111010011110001001111001101010010110101101111010111010000110101001111011001011001110101010 | e6beb3eb8990eba789e6a5adeba1a9ecb3aa |
UHC | 澳뉐막業롩쳪 | 111001111111111010000111111001011011100010110111111001011111011010001110111010011010101110001111 | e7fe87e5b8b7e5f68ee9ab8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)