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 | 澳??渦?? | 1110000001010011001111110011111110001001010100010011111100111111 | e0533f3f89513f3f |
EUC-JP | 澳??渦?? | 1101111110110100001111110011111110110001101100100011111100111111 | dfb43f3fb1b23f3f |
UTF-8 | 澳랃쉬渦잌뮘 | 111001101011111010110011111010111001111010000011111011001000100110101100111001101011100010100110111011001001111010001100111010111010111010011000 | e6beb3eb9e83ec89ace6b8a6ec9e8cebae98 |
UHC | 澳랃쉬渦잌뮘 | 111001111111111010001101111011111011110110101100111010001011111010011111111001011001001010100100 | e7fe8defbdace8be9fe592a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)