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 | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
SJIS-WIN | 澳??N^ | 111000000101001100111111001111110100111001011110 | e0533f3f4e5e |
EUC-JP | 澳??N^ | 110111111011010000111111001111110100111001011110 | dfb43f3f4e5e |
UTF-8 | 澳뺧쉠N^ | 1110011010111110101100111110101110111010101001111110110010001001101000000100111001011110 | e6beb3ebbaa7ec89a04e5e |
UHC | 澳뺧쉠N^ | 1110011111111110100101011110111110111101101010100100111001011110 | e7fe95efbdaa4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)