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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 省省B | 1000111111001000100011111100100001000010 | 8fc88fc842 |
EUC-JP | 省省B | 1011111011001010101111101100101001000010 | becabeca42 |
UTF-8 | 省省B | 11100111100111001000000111100111100111001000000101000010 | e79c81e79c8142 |
UHC | 省省B | 1110000011111101111000001111110101000010 | e0fde0fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)