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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 塋よぐG | 10011010110010001000001011100110100000101010111001000111 | 9ac882e682ae47 |
EUC-JP | 塋よぐG | 11010100110010101010010011101000101001001011000001000111 | d4caa4e8a4b047 |
UTF-8 | 塋よぐG | 11100101101000011000101111100011100000101000100011100011100000011001000001000111 | e5a18be38288e3819047 |
UHC | 塋よぐG | 11100111101010111010101011101000101010101011000001000111 | e7abaae8aab047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)