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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | ??邵AB | 001111110011111111100111101110000100000101000010 | 3f3fe7b84142 |
EUC-JP | ??邵AB | 001111110011111111101110101110100100000101000010 | 3f3feeba4142 |
UTF-8 | 쐛숰邵AB | 1110110010010000100110111110110010001000101100001110100110000010101101010100000101000010 | ec909bec88b0e982b54142 |
UHC | 쐛숰邵AB | 1001110010000001100110100100100011100001110100000100000101000010 | 9c819a48e1d04142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)