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 | 1011111010101101111100111101111001110110101111101010110111110011110111100111011001000010 | beadf3de76beadf3de7642 |
EUC-JP | セュ?vセュ?vB | 10001110101111101000111010101101001111110111011010001110101111101000111010101101001111110111011001000010 | 8ebe8ead3f768ebe8ead3f7642 |
UTF-8 | セュvセュvB | 111011111011110110111110111011111011110110101101111011101000101110010001011101101110111110111101101111101110111110111101101011011110111010001011100100010111011001000010 | efbdbeefbdadee8b9176efbdbeefbdadee8b917642 |
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)