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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 澳??P | 1110000001010011001111110011111101010000 | e0533f3f50 |
EUC-JP | 澳??P | 1101111110110100001111110011111101010000 | dfb43f3f50 |
UTF-8 | 澳랃슨P | 11100110101111101011001111101011100111101000001111101100100010101010100001010000 | e6beb3eb9e83ec8aa850 |
UHC | 澳랃슨P | 11100111111111101000110111101111101111011011110001010000 | e7fe8defbdbc50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)