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 | 瓱粲瓏 | 111000010100011111100010111010101110000011111010 | e147e2eae0fa |
EUC-JP | 瓱粲瓏 | 111000011010100011100100111011001110000011111100 | e1a8e4ece0fc |
UTF-8 | 瓱粲瓏 | 111001111001001110110001111001111011001010110010111001111001001110001111 | e793b1e7b2b2e7938f |
UHC | ?粲瓏 | 0011111111110011110001001101011011101010 | 3ff3c4d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)