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 | ´ã´B | 1000111010110100111000111011010001000010 | 8eb4e3b442 |
SJIS-WIN | ?´?´B | 00111111100000010100110000111111100000010100110001000010 | 3f814c3f814c42 |
EUC-JP | ?´ã´B | 001111111010000110101101100011111010101110101010101000011010110101000010 | 3fa1ad8fabaaa1ad42 |
UTF-8 | ´ã´B | 110000101000111011000010101101001100001110100011110000101011010001000010 | c28ec2b4c3a3c2b442 |
UHC | ?´?´B | 00111111101000101010010100111111101000101010010101000010 | 3fa2a53fa2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)