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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??品脾肥 | 0011111100111111100101010110100111100100010000101001010011101100 | 3f3f9569e44294ec |
EUC-JP | ??品脾肥 | 0011111100111111110010011100101011100111101000111100100011101110 | 3f3fc9cae7a3c8ee |
UTF-8 | 룶臘品脾肥 | 111010111010001110110110111011111010010010100110111001011001001110000001111010001000010010111110111010001000001010100101 | eba3b6efa4a6e59381e884bee882a5 |
UHC | 룶臘品脾肥 | 10001111101010111101001010100010111110011010000111011110101000011101110111111110 | 8fabd2a2f9a1dea1ddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)