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 | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | セニvセニvB | 1011111011000110111100101101110101110110101111101100011011110010110111010111011001000010 | bec6f2dd76bec6f2dd7642 |
EUC-JP | セニ?vセニ?vB | 10001110101111101000111011000110001111110111011010001110101111101000111011000110001111110111011001000010 | 8ebe8ec63f768ebe8ec63f7642 |
UTF-8 | セニvセニvB | 111011111011110110111110111011111011111010000110111011101000100010010100011101101110111110111101101111101110111110111110100001101110111010001000100101000111011001000010 | efbdbeefbe86ee889476efbdbeefbe86ee88947642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)