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 | äî³Ñì ½ | 1110010011101110101100111101000110001001111011001010000010111101 | e4eeb3d189eca0bd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äî?Ñ?ì?? | 10001111101010111010001110001111101010111100001000111111100011111010101011010000001111111000111110101011110000000011111100111111 | 8faba38fabc23f8faad03f8fabc03f3f |
UTF-8 | äî³Ñì ½ | 11000011101001001100001110101110110000101011001111000011100100011100001010001001110000111010110011000010101000001100001010111101 | c3a4c3aec2b3c391c289c3acc2a0c2bd |
UHC | ??³????½ | 00111111001111111010100111111000001111110011111100111111001111111010100011110110 | 3f3fa9f83f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)