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 | íõæ²B | 11101101111101011000100111100110101100101000011001000010 | edf589e6b28642 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | íõ?æ??B | 10001111101010111011111110001111101010111101100000111111100011111010100111000001001111110011111101000010 | 8fabbf8fabd83f8fa9c13f3f42 |
UTF-8 | íõæ²B | 11000011101011011100001110110101110000101000100111000011101001101100001010110010110000101000011001000010 | c3adc3b5c289c3a6c2b2c28642 |
UHC | ???æ²?B | 001111110011111100111111101010011010000110101001111101110011111101000010 | 3f3f3fa9a1a9f73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)