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 | 100011101011001110001110110110111000111010110101100011101011110101101000 | 8eb38edb8eb58ebd68 |
EUC-JP | 宍杓七漆h | 101111001011010110111100110111011011110010110111101111001011111101101000 | bcb5bcddbcb7bcbf68 |
UTF-8 | 宍杓七漆h | 11100101101011101000110111100110100111011001001111100100101110001000001111100110101111001000011001101000 | e5ae8de69d93e4b883e6bc8668 |
UHC | ?杓七漆h | 0011111111111000111101011111011011010010111101101101010001101000 | 3ff8f5f6d2f6d468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)