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 | 100010010110101000111111001111110011111101000010 | 896a3f3f3f42 |
EUC-JP | 泳???B | 101100011100101100111111001111110011111101000010 | b1cb3f3f3f42 |
UTF-8 | 泳둘띯뵒B | 11100110101100111011001111101011100100011001100011101011100111011010111111101011101101011001001001000010 | e6b3b3eb9198eb9dafebb59242 |
UHC | 泳둘띯뵒B | 111001111011011010110101110100011000110111100010100101001001010001000010 | e7b6b5d18de2949442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)