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 | 瓏羚粲 | 111000001111101011100011101101111110001011101010 | e0fae3b7e2ea |
EUC-JP | 瓏羚粲 | 111000001111110011100110101110011110010011101100 | e0fce6b9e4ec |
UTF-8 | 瓏羚粲 | 111001111001001110001111111001111011111010011010111001111011001010110010 | e7938fe7be9ae7b2b2 |
UHC | 瓏羚粲 | 110101101110101011010110101111101111001111000100 | d6ead6bef3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)