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´A | 1111101101001000100011101011010001000001 | fb488eb441 |
SJIS-WIN | ?H?´A | 001111110100100000111111100000010100110001000001 | 3f483f814c41 |
EUC-JP | ûH?´A | 1000111110101011111001010100100000111111101000011010110101000001 | 8fabe5483fa1ad41 |
UTF-8 | ûH´A | 1100001110111011010010001100001010001110110000101011010001000001 | c3bb48c28ec2b441 |
UHC | ?H?´A | 001111110100100000111111101000101010010101000001 | 3f483fa2a541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)