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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 瀟\}瀟\{^ | 111000000110111001011100011111011110000001101110010111000111101101011110 | e06e5c7de06e5c7b5e |
EUC-JP | 瀟\}瀟\{^ | 110111111100111101011100011111011101111111001111010111000111101101011110 | dfcf5c7ddfcf5c7b5e |
UTF-8 | 瀟\}瀟\{^ | 1110011110000000100111110101110001111101111001111000000010011111010111000111101101011110 | e7809f5c7de7809f5c7b5e |
UHC | 瀟\}瀟\{^ | 111000011011111001011100011111011110000110111110010111000111101101011110 | e1be5c7de1be5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)