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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬨セ驢搾スァ | 111010011010100010111110111010011000011010001101111011111011110110100111 | e9a8bee9868defbda7 |
EUC-JP | 鬨セ驢搾スァ | 111100101010101010001110101111101111000111100110101110101111000110001110101111011000111010100111 | f2aa8ebef1e6baf18ebd8ea7 |
UTF-8 | 鬨セ驢搾スァ | 111010011010110010101000111011111011110110111110111010011010100110100010111001101001000010111110111011111011110110111101111011111011110110100111 | e9aca8efbdbee9a9a2e690beefbdbdefbda7 |
UHC | ??驢搾?? | 0011111100111111110101011111000011110011101101100011111100111111 | 3f3fd5f0f3b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)