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 | 1000111111001010101111011000111011001011100011101101101101101000 | 8fcabd8ecb8edb68 |
EUC-JP | 礁ス射杓h | 101111101100110010001110101111011011110011001101101111001101110101101000 | becc8ebdbccdbcdd68 |
UTF-8 | 礁ス射杓h | 11100111101001001000000111101111101111011011110111100101101100001000010011100110100111011001001101101000 | e7a481efbdbde5b084e69d9368 |
UHC | 礁?射杓h | 1111010110100111001111111101111011010010111110001111010101101000 | f5a73fded2f8f568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)