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 | Æóä¾Èô | 110001101111001111100100101111101100100011110100 | c6f3e4bec8f4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Æóä?Èô | 10001111101010011010000110001111101010111101000110001111101010111010001100111111100011111010101010110010100011111010101111010100 | 8fa9a18fabd18faba33f8faab28fabd4 |
UTF-8 | Æóä¾Èô | 110000111000011011000011101100111100001110100100110000101011111011000011100010001100001110110100 | c386c3b3c3a4c2bec388c3b4 |
UHC | Æ??¾?? | 1010100010100001001111110011111110101000111110100011111100111111 | a8a13f3fa8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)