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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???悅?? | 00111111001111110011111111111010101111010011111100111111 | 3f3f3ffabd3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 閱ㅷ룑悅롧븻 | 111010011001011010110001111000111000010110110111111010111010001110010001111001101000001010000101111010111010000110100111111010111011100010111011 | e996b1e385b7eba391e68285eba1a7ebb8bb |
UHC | 閱ㅷ룑悅롧븻 | 111001101111001110100100111001111000111110001110111001101110110110001110111001111001010110100100 | e6f3a4e78f8ee6ed8ee795a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)