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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | 泳?泳?noBF | 10001001011010100011111110001001011010100011111101101110011011110100001001000110 | 896a3f896a3f6e6f4246 |
EUC-JP | 泳?泳?noBF | 10110001110010110011111110110001110010110011111101101110011011110100001001000110 | b1cb3fb1cb3f6e6f4246 |
UTF-8 | 泳쾋泳쾏noBF | 11100110101100111011001111101100101111101000101111100110101100111011001111101100101111101000111101101110011011110100001001000110 | e6b3b3ecbe8be6b3b3ecbe8f6e6f4246 |
UHC | 泳쾋泳쾏noBF | 111001111011011010110010010110011110011110110110101100100110001001101110011011110100001001000110 | e7b6b259e7b6b2626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)