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 | 蟒,鉤 | 111001011011101110000001010000111110011111101010 | e5bb8143e7ea |
EUC-JP | 蟒,鉤 | 111010101011110110100001101001001110111011101100 | eabda1a4eeec |
UTF-8 | 蟒,鉤 | 111010001001111110010010111011111011110010001100111010011000100110100100 | e89f92efbc8ce989a4 |
UHC | ?,鉤 | 0011111110100011101011001100111111001001 | 3fa3accfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)