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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?描宥 | 0011111110010101011000001001011101000111 | 3f95609747 |
EUC-JP | ?描宥 | 0011111111001001110000011100110110101000 | 3fc9c1cda8 |
UTF-8 | 뤗描宥 | 111010111010010010010111111001101000111110001111111001011010111010100101 | eba497e68f8fe5aea5 |
UHC | 뤗描宥 | 100011111100011111011001110110101110101011101001 | 8fc7d9daeae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)