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 | Ï꡽ | 11001111111010101010000110111101 | cfeaa1bd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ïê¡? | 10001111101010101100000110001111101010111011010010001111101000101100001000111111 | 8faac18fabb48fa2c23f |
UTF-8 | Ï꡽ | 1100001110001111110000111010101011000010101000011100001010111101 | c38fc3aac2a1c2bd |
UHC | ??¡½ | 001111110011111110100010101011101010100011110110 | 3f3fa2aea8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)