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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 省レ~ | 10001111110010001101101001111110 | 8fc8da7e |
EUC-JP | 省レ~ | 1011111011001010100011101101101001111110 | beca8eda7e |
UTF-8 | 省レ~ | 11100111100111001000000111101111101111101001101001111110 | e79c81efbe9a7e |
UHC | 省?~ | 11100000111111010011111101111110 | e0fd3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)