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 | ???Z? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 倭??Z? | 100110000110000000111111001111110101101000111111 | 98603f3f5a3f |
EUC-JP | 倭??Z? | 110011111100000100111111001111110101101000111111 | cfc13f3f5a3f |
UTF-8 | 倭낉슁Z說 | 11100101100000001010110111101011100000101000100111101100100010101000000101011010111011111010011010100001 | e580adeb8289ec8a815aefa6a1 |
UHC | 倭낉슁Z說 | 111010001101111010000101111011111011110110110011010110101110011011110010 | e8de85efbdb35ae6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)