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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 漏悶悶~ | 10011000010100101001011011100011100101101110001101111110 | 985296e396e37e |
EUC-JP | 漏悶悶~ | 11001111101100111100110011100101110011001110010101111110 | cfb3cce5cce57e |
UTF-8 | 漏悶悶~ | 11100110101111001000111111100110100000101011011011100110100000101011011001111110 | e6bc8fe682b6e682b67e |
UHC | 漏悶悶~ | 11010111101010011101101010111111110110101011111101111110 | d7a9dabfdabf7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)