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 | 翔ヤシ | 11100011110001001101010010111100 | e3c4d4bc |
EUC-JP | 翔ヤシ | 111001101100011010001110110101001000111010111100 | e6c68ed48ebc |
UTF-8 | 翔ヤシ | 111001111011111110010100111011111011111010010100111011111011110110111100 | e7bf94efbe94efbdbc |
UHC | 翔?? | 11011111110101100011111100111111 | dfd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)