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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譬薙似 | 111001101010000010010011111000111000111010010111 | e6a093e38e97 |
EUC-JP | 譬薙似 | 111011001010001011000110111001011011101111110111 | eca2c6e5bbf7 |
UTF-8 | 譬薙似 | 111010001010110110101100111010001001011010011001111001001011110010111100 | e8adace89699e4bcbc |
UHC | 譬?似 | 1101111010100111001111111101111011000100 | dea73fdec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)