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 | 襞域ざ | 111001011111110010001000111001101000001010110100 | e5fc88e682b4 |
EUC-JP | 襞域ざ | 111010101111111010110000111010001010010010110110 | eafeb0e8a4b6 |
UTF-8 | 襞域ざ | 111010001010010110011110111001011001111110011111111000111000000110010110 | e8a59ee59f9fe38196 |
UHC | ?域ざ | 0011111111100110101101001010101010110110 | 3fe6b4aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)