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 | 1111101111010011101111011101111001110110111110111101001110111101110111100111011001000010 | fbd3bdde76fbd3bdde7642 |
EUC-JP | ?ズv?ズvB | 00111111100011101011110110001110110111100111011000111111100011101011110110001110110111100111011001000010 | 3f8ebd8ede763f8ebd8ede7642 |
UTF-8 | 﨧ズv﨧ズvB | 111011111010100010100111111011111011110110111101111011111011111010011110011101101110111110101000101001111110111110111101101111011110111110111110100111100111011001000010 | efa8a7efbdbdefbe9e76efa8a7efbdbdefbe9e7642 |
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)