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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 郵Δ^ | 1001011101011000100000111010001001011110 | 975883a25e |
EUC-JP | 郵Δ^ | 1100110110111001101001101010010001011110 | cdb9a6a45e |
UTF-8 | 郵Δ^ | 111010011000001110110101110011101001010001011110 | e983b5ce945e |
UHC | 郵Δ^ | 1110100111101000101001011100010001011110 | e9e8a5c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)