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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ?戈v?戈vB | 001111111001110011110111011101100011111110011100111101110111011001000010 | 3f9cf7763f9cf77642 |
EUC-JP | ?戈v?戈vB | 001111111101100011111001011101100011111111011000111110010111011001000010 | 3fd8f9763fd8f97642 |
UTF-8 | 遼戈v遼戈vB | 111011111010011110000011111001101000100010001000011101101110111110100111100000111110011010001000100010000111011001000010 | efa783e6888876efa783e688887642 |
UHC | 遼戈v遼戈vB | 1110100110101100110011011111110001110110111010011010110011001101111111000111011001000010 | e9accdfc76e9accdfc7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)