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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?k?揖?B | 0011111110000010100010110011111110010111010010110011111101000010 | 3f828b3f974b3f42 |
EUC-JP | 渶k?揖?B | 10001111110001111110110110100011111010110011111111001101101011000011111101000010 | 8fc7eda3eb3fcdac3f42 |
UTF-8 | 渶k굢揖릆B | 11100110101110001011011011101111101111011000101111101010101101011010001011100110100011111001011011101011101001101000011001000010 | e6b8b6efbd8beab5a2e68f96eba68642 |
UHC | 渶k굢揖릆B | 1110011110110111101000111110101110000010100010011110101111100111100100000110011101000010 | e7b7a3eb8289ebe7906742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)