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 | êþ»åä½ | 1110101011111110101110111110010110010100100111001110010010111101 | eafebbe5949ce4bd |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | êþ?å??ä? | 10001111101010111011010010001111101010011101000000111111100011111010101110101001001111110011111110001111101010111010001100111111 | 8fabb48fa9d03f8faba93f3f8faba33f |
| UTF-8 | êþ»åä½ | 11000011101010101100001110111110110000101011101111000011101001011100001010010100110000101001110011000011101001001100001010111101 | c3aac3bec2bbc3a5c294c29cc3a4c2bd |
| UHC | ?þ?????½ | 00111111101010011010110100111111001111110011111100111111001111111010100011110110 | 3fa9ad3f3f3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)