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 | 症寘ン | 1000111111000111111110101010100111011101 | 8fc7faa9dd |
EUC-JP | 症寘ン | 10111110110010011000111110111010111000011000111011011101 | bec98fbae18edd |
UTF-8 | 症寘ン | 111001111001011110000111111001011010111110011000111011111011111010011101 | e79787e5af98efbe9d |
UHC | 症?? | 11110001111110000011111100111111 | f1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)