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 | 1110100010010000100011010111110101110110111010001001000010001101011111010111011001000010 | e8908d7d76e8908d7d7642 |
EUC-JP | 關閤v關閤vB | 1110111111110000101110011101111001110110111011111111000010111001110111100111011001000010 | eff0b9de76eff0b9de7642 |
UTF-8 | 關閤v關閤vB | 111010011001011110011100111010011001011010100100011101101110100110010111100111001110100110010110101001000111011001000010 | e9979ce996a476e9979ce996a47642 |
UHC | 關閤v關閤vB | 1100111010111100111110011110111001110110110011101011110011111001111011100111011001000010 | cebcf9ee76cebcf9ee7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)