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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跋呈ス | 1110011011101011100100101110011010111101 | e6eb92e6bd |
EUC-JP | 跋呈ス | 111011001110110111000100111010001000111010111101 | ecedc4e88ebd |
UTF-8 | 跋呈ス | 111010001011011110001011111001011001000110001000111011111011110110111101 | e8b78be59188efbdbd |
UHC | 跋呈? | 1101101110100010111011111101000000111111 | dba2efd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)