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 | 蟆溢棣 | 111001011011000010001000111011001001111010100110 | e5b088ec9ea6 |
EUC-JP | 蟆溢棣 | 111010101011001010110000111011101101110010101000 | eab2b0eedca8 |
UTF-8 | 蟆溢棣 | 111010001001111110000110111001101011101010100010111001101010001110100011 | e89f86e6baa2e6a3a3 |
UHC | ?溢? | 00111111111011001110111000111111 | 3fecee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)