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 | 粳хが | 111000101110100110000100100001111000001010101010 | e2e9848782aa |
EUC-JP | 粳хが | 111001001110101110100111111001111010010010101100 | e4eba7e7a4ac |
UTF-8 | 粳хが | 1110011110110010101100111101000110000101111000111000000110001100 | e7b2b3d185e3818c |
UHC | 粳хが | 110010111101011110101100111001111010101010101100 | cbd7ace7aaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)