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 | 樂未蠡 | 100111101101100110010110101000101110010111000000 | 9ed996a2e5c0 |
EUC-JP | 樂未蠡 | 110111001101101111001100101001001110101011000010 | dcdbcca4eac2 |
UTF-8 | 樂未蠡 | 111001101010100010000010111001101001110010101010111010001010000010100001 | e6a882e69caae8a0a1 |
UHC | 樂未? | 1110010011000101110110101011000100111111 | e4c5dab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)