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 | ·¡~ | 1000110010110111100011101010000101111110 | 8cb78ea17e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ???¡~ | 00111111001111110011111110001111101000101100001001111110 | 3f3f3f8fa2c27e |
UTF-8 | ·¡~ | 110000101000110011000010101101111100001010001110110000101010000101111110 | c28cc2b7c28ec2a17e |
UHC | ?·?¡~ | 00111111101000011010010000111111101000101010111001111110 | 3fa1a43fa2ae7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)