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 | 蔗視ク | 1110010011110010100011101000101110111000 | e4f28e8bb8 |
EUC-JP | 蔗視ク | 111010001111010010111011111010111000111010111000 | e8f4bbeb8eb8 |
UTF-8 | 蔗視ク | 111010001001010010010111111010001010011010010110111011111011110110111000 | e89497e8a696efbdb8 |
UHC | 蔗視? | 1110110110111101111000111100101000111111 | edbde3ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)