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 | ?i] | 001111110110100101011101 | 3f695d |
SJIS-WIN | 涌i] | 10010111010011110110100101011101 | 974f695d |
EUC-JP | 涌i] | 11001101101100000110100101011101 | cdb0695d |
UTF-8 | 涌i] | 1110011010110110100011000110100101011101 | e6b68c695d |
UHC | 涌i] | 11101001101111110110100101011101 | e9bf695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)