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 | ºÂß÷ | 10111010110000101101111111110111 | bac2dff7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | ºÂß÷ | 1000111110100010111010111000111110101010101001001000111110101001110011101010000111100000 | 8fa2eb8faaa48fa9cea1e0 |
UTF-8 | ºÂß÷ | 1100001010111010110000111000001011000011100111111100001110110111 | c2bac382c39fc3b7 |
UHC | º?ß÷ | 10101000101011000011111110101001101011001010000111000000 | a8ac3fa9aca1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)