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 | 1011100110101100111100101011000001110110101110011010110011110010101100000111011001000010 | b9acf2b076b9acf2b07642 |
EUC-JP | ケャ?vケャ?vB | 10001110101110011000111010101100001111110111011010001110101110011000111010101100001111110111011001000010 | 8eb98eac3f768eb98eac3f7642 |
UTF-8 | ケャvケャvB | 111011111011110110111001111011111011110110101100111011101000011110100111011101101110111110111101101110011110111110111101101011001110111010000111101001110111011001000010 | efbdb9efbdacee87a776efbdb9efbdacee87a77642 |
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)