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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???垂 | 0011111100111111001111111001000010000010 | 3f3f3f9082 |
EUC-JP | 絪??垂 | 10001111110100111110110000111111001111111011111111100010 | 8fd3ec3f3fbfe2 |
UTF-8 | 絪낅끃垂 | 111001111011010110101010111010111000001010000101111010111000000110000011111001011001111010000010 | e7b5aaeb8285eb8183e59e82 |
UHC | 絪낅끃垂 | 1110110011011111100001011110101110000101101110011110000111110111 | ecdf85eb85b9e1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)