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 | 症ウ | 1000111111000111111100001011110010110011 | 8fc7f0bcb3 |
EUC-JP | 症?ウ | 1011111011001001001111111000111010110011 | bec93f8eb3 |
UTF-8 | 症ウ | 111001111001011110000111111011101000000110111011111011111011110110110011 | e79787ee81bbefbdb3 |
UHC | 症?? | 11110001111110000011111100111111 | f1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)