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 | @±ITB | 1001001001000000100100011011000110010010010010010101010001000010 | 924091b192495442 |
SJIS-WIN | ?@?±?ITB | 001111110100000000111111100000010111110100111111010010010101010001000010 | 3f403f817d3f495442 |
EUC-JP | ?@?±?ITB | 001111110100000000111111101000011101111000111111010010010101010001000010 | 3f403fa1de3f495442 |
UTF-8 | @±ITB | 110000101001001001000000110000101001000111000010101100011100001010010010010010010101010001000010 | c29240c291c2b1c292495442 |
UHC | ?@?±?ITB | 001111110100000000111111101000011011111000111111010010010101010001000010 | 3f403fa1be3f495442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)