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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犒ム磅畍 | 11100000101101011101000111100001111110101110000101010111 | e0b5d1e1fae157 |
EUC-JP | 犒ム磅畍 | 1110000010110111100011101101000111100010111111001110000110111000 | e0b78ed1e2fce1b8 |
UTF-8 | 犒ム磅畍 | 111001111000101010010010111011111011111010010001111001111010001110000101111001111001010110001101 | e78a92efbe91e7a385e7958d |
UHC | ??磅? | 0011111100111111110110111011011000111111 | 3f3fdbb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)