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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??品脾 | 001111110011111110010101011010011110010001000010 | 3f3f9569e442 |
EUC-JP | ??品脾 | 001111110011111111001001110010101110011110100011 | 3f3fc9cae7a3 |
UTF-8 | 룶臘品脾 | 111010111010001110110110111011111010010010100110111001011001001110000001111010001000010010111110 | eba3b6efa4a6e59381e884be |
UHC | 룶臘品脾 | 1000111110101011110100101010001011111001101000011101111010100001 | 8fabd2a2f9a1dea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)