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 | 10011111111101011110001001001110 | 9ff5e24e |
SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
EUC-JP | ?õâN | 0011111110001111101010111101100010001111101010111010010001001110 | 3f8fabd88faba44e |
UTF-8 | õâN | 11000010100111111100001110110101110000111010001001001110 | c29fc3b5c3a24e |
UHC | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)