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 | 霈鴫鉷 | 111010001011110010001110101100001111101111001101 | e8bc8eb0fbcd |
EUC-JP | 霈鴫鉷 | 11110000101111101011110010110010100011111110001111110001 | f0bebcb28fe3f1 |
UTF-8 | 霈鴫鉷 | 111010011001110010001000111010011011010010101011111010011000100110110111 | e99c88e9b4abe989b7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)