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 | 001111111110000010111110011101100011111111100000101111100111011001000010 | 3fe0be763fe0be7642 |
EUC-JP | ?狎v?狎vB | 001111111110000011000000011101100011111111100000110000000111011001000010 | 3fe0c0763fe0c07642 |
UTF-8 | 灐狎v灐狎vB | 111001111000000110010000111001111000101110001110011101101110011110000001100100001110011110001011100011100111011001000010 | e78190e78b8e76e78190e78b8e7642 |
UHC | 灐狎v灐狎vB | 1111101110100101111001001110010001110110111110111010010111100100111001000111011001000010 | fba5e4e476fba5e4e47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)