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 | 1110010110111100100110110111110101110110111001011011110010011011011111010111011001000010 | e5bc9b7d76e5bc9b7d7642 |
EUC-JP | 蠑孺v蠑孺vB | 1110101010111110110101011101111001110110111010101011111011010101110111100111011001000010 | eabed5de76eabed5de7642 |
UTF-8 | 蠑孺v蠑孺vB | 111010001010000010010001111001011010110110111010011101101110100010100000100100011110010110101101101110100111011001000010 | e8a091e5adba76e8a091e5adba7642 |
UHC | ?孺v?孺vB | 001111111110101011101000011101100011111111101010111010000111011001000010 | 3feae8763feae87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)