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 | 逾懈ケ | 1110011110100101100111001110011010111001 | e7a59ce6b9 |
EUC-JP | 逾懈ケ | 111011101010011111011000111010001000111010111001 | eea7d8e88eb9 |
UTF-8 | 逾懈ケ | 111010011000000010111110111001101000011110001000111011111011110110111001 | e980bee68788efbdb9 |
UHC | 逾懈? | 1110101110110101111110101010101100111111 | ebb5faab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)