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 | 諍孟量 | 111001100111100110010110110100001001011111001010 | e67996d097ca |
EUC-JP | 諍孟量 | 111010111101101011001100110100101100111011001100 | ebdaccd2cecc |
UTF-8 | 諍孟量 | 111010001010101110001101111001011010110110011111111010011000011110001111 | e8ab8de5ad9fe9878f |
UHC | 諍孟量 | 111011101011010111011000111010111101010111100001 | eeb5d8ebd5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)