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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 涅?¨油 | 10011111101110000011111110000001010011101001011011111011 | 9fb83f814e96fb |
EUC-JP | 涅?¨油 | 11011110101110100011111110100001101011111100110011111101 | deba3fa1afccfd |
UTF-8 | 涅곕¨油 | 1110011010110110100001011110101010110011100101011100001010101000111001101011001010111001 | e6b685eab395c2a8e6b2b9 |
UHC | 涅곕¨油 | 1110011011101110101100001110101110100001101001111110101011111010 | e6eeb0eba1a7eafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)