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 | @±@sE | 1001001001000000100100011011000110010010010000000111001101000101 | 924091b192407345 |
SJIS-WIN | ?@?±?@sE | 001111110100000000111111100000010111110100111111010000000111001101000101 | 3f403f817d3f407345 |
EUC-JP | ?@?±?@sE | 001111110100000000111111101000011101111000111111010000000111001101000101 | 3f403fa1de3f407345 |
UTF-8 | @±@sE | 110000101001001001000000110000101001000111000010101100011100001010010010010000000111001101000101 | c29240c291c2b1c292407345 |
UHC | ?@?±?@sE | 001111110100000000111111101000011011111000111111010000000111001101000101 | 3f403fa1be3f407345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)