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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 永??域? | 10001001011010010011111100111111100010001110011000111111 | 89693f3f88e63f |
EUC-JP | 永??域? | 10110001110010100011111100111111101100001110100000111111 | b1ca3f3fb0e83f |
UTF-8 | 永뗥뎷域꿱 | 111001101011000010111000111010111001011110100101111010111000111010110111111001011001111110011111111010101011111110110001 | e6b0b8eb97a5eb8eb7e59f9feabfb1 |
UHC | 永뗥뎷域꿱 | 11100111101101011000101111100101100010011000101011100110101101001011001011101000 | e7b58be5898ae6b4b2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)