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 | ûU³x | 1111101101010101100011101011001101111000 | fb558eb378 |
SJIS-WIN | ?U??x | 0011111101010101001111110011111101111000 | 3f553f3f78 |
EUC-JP | ûU??x | 10001111101010111110010101010101001111110011111101111000 | 8fabe5553f3f78 |
UTF-8 | ûU³x | 1100001110111011010101011100001010001110110000101011001101111000 | c3bb55c28ec2b378 |
UHC | ?U?³x | 001111110101010100111111101010011111100001111000 | 3f553fa9f878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)