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 | è^@ | 111010000101111010000011100011111001000001000000 | e85e838f9040 |
SJIS-WIN | ?^???@ | 001111110101111000111111001111110011111101000000 | 3f5e3f3f3f40 |
EUC-JP | è^???@ | 1000111110101011101100100101111000111111001111110011111101000000 | 8fabb25e3f3f3f40 |
UTF-8 | è^@ | 11000011101010000101111011000010100000111100001010001111110000101001000001000000 | c3a85ec283c28fc29040 |
UHC | ?^???@ | 001111110101111000111111001111110011111101000000 | 3f5e3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)