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 | 1100111111001000111100001011111101110110110011111100100011110000101111110111011001000010 | cfc8f0bf76cfc8f0bf7642 |
EUC-JP | マネ?vマネ?vB | 10001110110011111000111011001000001111110111011010001110110011111000111011001000001111110111011001000010 | 8ecf8ec83f768ecf8ec83f7642 |
UTF-8 | マネvマネvB | 111011111011111010001111111011111011111010001000111011101000000110111110011101101110111110111110100011111110111110111110100010001110111010000001101111100111011001000010 | efbe8fefbe88ee81be76efbe8fefbe88ee81be7642 |
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)