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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 窪橋??h | 10001100010001011000101110110100001111110011111101101000 | 8c458bb43f3f68 |
EUC-JP | 窪橋??h | 10110111101001101011011010110110001111110011111101101000 | b7a6b6b63f3f68 |
UTF-8 | 窪橋렚렜h | 11100111101010101010101011100110101010011000101111101011101000001001101011101011101000001001110001101000 | e7aaaae6a98beba09aeba09c68 |
UHC | 窪橋렚렜h | 111010001100000111001110111010011000111010101101100011101010111001101000 | e8c1cee98ead8eae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)