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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 際?梓?B | 10001101110110110011111110001000101100100011111101000010 | 8ddb3f88b23f42 |
EUC-JP | 際?梓?B | 10111010110111010011111110110000101101000011111101000010 | badd3fb0b43f42 |
UTF-8 | 際렑梓렮B | 11101001100110101001101111101011101000001001000111100110101000101001001111101011101000001010111001000010 | e99a9beba091e6a293eba0ae42 |
UHC | 際렑梓렮B | 111100001011011110001110101001101110111010101001100011101011101101000010 | f0b78ea6eea98ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)