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 | 澳??鼇 | 111000000101001100111111001111111110101010000111 | e0533f3fea87 |
EUC-JP | 澳??鼇 | 110111111011010000111111001111111111001111100111 | dfb43f3ff3e7 |
UTF-8 | 澳륅쉭鼇 | 111001101011111010110011111010111010010110000101111011001000100110101101111010011011110010000111 | e6beb3eba585ec89ade9bc87 |
UHC | 澳륅쉭鼇 | 1110011111111110100011111110111110111101101011011110100010101000 | e7fe8fefbdade8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)