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 | ?P] | 001111110101000001011101 | 3f505d |
SJIS-WIN | 涌P] | 10010111010011110101000001011101 | 974f505d |
EUC-JP | 涌P] | 11001101101100000101000001011101 | cdb0505d |
UTF-8 | 涌P] | 1110011010110110100011000101000001011101 | e6b68c505d |
UHC | 涌P] | 11101001101111110101000001011101 | e9bf505d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)