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 | ?Q~ | 001111110101000101111110 | 3f517e |
SJIS-WIN | 涌Q~ | 10010111010011110101000101111110 | 974f517e |
EUC-JP | 涌Q~ | 11001101101100000101000101111110 | cdb0517e |
UTF-8 | 涌Q~ | 1110011010110110100011000101000101111110 | e6b68c517e |
UHC | 涌Q~ | 11101001101111110101000101111110 | e9bf517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)