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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 霎楮^ | 1110100010111110100111101011100001011110 | e8be9eb85e |
EUC-JP | 霎楮^ | 1111000011000000110111001011101001011110 | f0c0dcba5e |
UTF-8 | 霎楮^ | 11101001100111001000111011100110101001011010111001011110 | e99c8ee6a5ae5e |
UHC | ?楮^ | 00111111111011101011111101011110 | 3feebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)