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 | 1011001110101010111100101011000001110110101100111010101011110010101100000111011001000010 | b3aaf2b076b3aaf2b07642 |
EUC-JP | ウェ?vウェ?vB | 10001110101100111000111010101010001111110111011010001110101100111000111010101010001111110111011001000010 | 8eb38eaa3f768eb38eaa3f7642 |
UTF-8 | ウェvウェvB | 111011111011110110110011111011111011110110101010111011101000011110100111011101101110111110111101101100111110111110111101101010101110111010000111101001110111011001000010 | efbdb3efbdaaee87a776efbdb3efbdaaee87a77642 |
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)