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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 省ェ省 | 10001111110010001111100010111100101010101000111111001000 | 8fc8f8bcaa8fc8 |
EUC-JP | 省?ェ省 | 10111110110010100011111110001110101010101011111011001010 | beca3f8eaabeca |
UTF-8 | 省ェ省 | 111001111001110010000001111011101001100110011011111011111011110110101010111001111001110010000001 | e79c81ee999befbdaae79c81 |
UHC | 省??省 | 111000001111110100111111001111111110000011111101 | e0fd3f3fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)