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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 遮鹿~ | 1000111011010101100011101010110101111110 | 8ed58ead7e |
EUC-JP | 遮鹿~ | 1011110011010111101111001010111101111110 | bcd7bcaf7e |
UTF-8 | 遮鹿~ | 11101001100000011010111011101001101110011011111101111110 | e981aee9b9bf7e |
UHC | 遮鹿~ | 1111001110110100110101101110001101111110 | f3b4d6e37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)