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 | 艤?? | 11100100011111100011111100111111 | e47e3f3f |
EUC-JP | 艤?? | 11100111110111110011111100111111 | e7df3f3f |
UTF-8 | 艤잏걨 | 111010001000100110100100111011001001111010001111111010101011000110101000 | e889a4ec9e8feab1a8 |
UHC | 艤잏걨 | 111010111111101010011111111001111000000110010001 | ebfa9fe78191 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)