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 | 爭粲瓏 | 111000001010010111100010111010101110000011111010 | e0a5e2eae0fa |
EUC-JP | 爭粲瓏 | 111000001010011111100100111011001110000011111100 | e0a7e4ece0fc |
UTF-8 | 爭粲瓏 | 111001111000100010101101111001111011001010110010111001111001001110001111 | e788ade7b2b2e7938f |
UHC | 爭粲瓏 | 111011101011001111110011110001001101011011101010 | eeb3f3c4d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)