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 | ?血畔昻 | 00111111100011001000110010010100110010001111101011010000 | 3f8c8c94c8fad0 |
EUC-JP | ?血畔? | 001111111011011111101100110010001100101000111111 | 3fb7ecc8ca3f |
UTF-8 | 뤿血畔昻 | 111010111010010010111111111010001010000110000000111001111001010110010100111001101001100010111011 | eba4bfe8a180e79594e698bb |
UHC | 뤿血畔昻 | 1000111111101011111110101110110011011010111011011110010011101001 | 8febfaecdaede4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)