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 | äß¼¥ | 11100100110111111011110010100101 | e4dfbca5 |
SJIS-WIN | ???¥ | 0011111100111111001111111000000110001111 | 3f3f3f818f |
EUC-JP | äß?? | 1000111110101011101000111000111110101001110011100011111100111111 | 8faba38fa9ce3f3f |
UTF-8 | äß¼¥ | 1100001110100100110000111001111111000010101111001100001010100101 | c3a4c39fc2bcc2a5 |
UHC | ?ß¼? | 001111111010100110101100101010001111100100111111 | 3fa9aca8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)