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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 鴃痙躊G | 11101001111011101110000101111010111001110101001101000111 | e9eee17ae75347 |
EUC-JP | 鴃痙躊G | 11110010111100001110000111011011111011011011010001000111 | f2f0e1dbedb447 |
UTF-8 | 鴃痙躊G | 11101001101101001000001111100111100101111001100111101000101110101000101001000111 | e9b483e79799e8ba8a47 |
UHC | ?痙躊G | 001111111100110011100010111100011100110001000111 | 3fcce2f1cc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)