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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | シカセイ自h | 10111100101101101011111010110010100011101010100101101000 | bcb6beb28ea968 |
EUC-JP | シカセイ自h | 1000111010111100100011101011011010001110101111101000111010110010101111001010101101101000 | 8ebc8eb68ebe8eb2bcab68 |
UTF-8 | シカセイ自h | 11101111101111011011110011101111101111011011011011101111101111011011111011101111101111011011001011101000100001111010101001101000 | efbdbcefbdb6efbdbeefbdb2e887aa68 |
UHC | ????自h | 00111111001111110011111100111111111011011011101101101000 | 3f3f3f3fedbb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)