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 | ???IB | 0011111100111111001111110100100101000010 | 3f3f3f4942 |
SJIS-WIN | ??だIB | 001111110011111110000010101111100100100101000010 | 3f3f82be4942 |
EUC-JP | ??だIB | 001111110011111110100100110000000100100101000010 | 3f3fa4c04942 |
UTF-8 | 룵쾹だIB | 1110101110100011101101011110110010111110101110011110001110000001101000000100100101000010 | eba3b5ecbeb9e381a04942 |
UHC | 룵쾹だIB | 1000111110101010101100101000111110101010110000000100100101000010 | 8faab28faac04942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)