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 | 凜カ寬キ疾 | 1110101010100011101101101111101010101010101101111000111010111110 | eaa3b6faaab78ebe |
EUC-JP | 凜カ?キ疾 | 111101001010010110001110101101100011111110001110101101111011110011000000 | f4a58eb63f8eb7bcc0 |
UTF-8 | 凜カ寬キ疾 | 111001011000011110011100111011111011110110110110111001011010111110101100111011111011110110110111111001111001011010111110 | e5879cefbdb6e5afacefbdb7e796be |
UHC | 凜?寬?疾 | 1101011111001111001111111100111010110000001111111111001011110000 | d7cf3fceb03ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)