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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 醤キB | 100011111101110111111001111011001011011101000010 | 8fddf9ecb742 |
EUC-JP | 醤?キB | 101111101101111100111111100011101011011101000010 | bedf3f8eb742 |
UTF-8 | 醤キB | 11101001100001101010010011101110100111011000011111101111101111011011011101000010 | e986a4ee9d87efbdb742 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)