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 | ûH´~ | 1111101101001000100011101011010001111110 | fb488eb47e |
SJIS-WIN | ?H?´~ | 001111110100100000111111100000010100110001111110 | 3f483f814c7e |
EUC-JP | ûH?´~ | 1000111110101011111001010100100000111111101000011010110101111110 | 8fabe5483fa1ad7e |
UTF-8 | ûH´~ | 1100001110111011010010001100001010001110110000101011010001111110 | c3bb48c28ec2b47e |
UHC | ?H?´~ | 001111110100100000111111101000101010010101111110 | 3f483fa2a57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)