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 | ?Px | 001111110101000001111000 | 3f5078 |
SJIS-WIN | 涌Px | 10010111010011110101000001111000 | 974f5078 |
EUC-JP | 涌Px | 11001101101100000101000001111000 | cdb05078 |
UTF-8 | 涌Px | 1110011010110110100011000101000001111000 | e6b68c5078 |
UHC | 涌Px | 11101001101111110101000001111000 | e9bf5078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)