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 | 譏櫪^ | 1110011010011000100111110100110101011110 | e6989f4d5e |
EUC-JP | 譏櫪^ | 1110101111111000110111011010111001011110 | ebf8ddae5e |
UTF-8 | 譏櫪^ | 11101000101011011000111111100110101010111010101001011110 | e8ad8fe6abaa5e |
UHC | 譏?^ | 11010001110000010011111101011110 | d1c13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)