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 | 小邵瀟 | 100011111010110011100111101110001110000001101110 | 8face7b8e06e |
EUC-JP | 小邵瀟 | 101111101010111011101110101110101101111111001111 | beaeeebadfcf |
UTF-8 | 小邵瀟 | 111001011011000010001111111010011000001010110101111001111000000010011111 | e5b08fe982b5e7809f |
UHC | 小邵瀟 | 111000011011001111100001110100001110000110111110 | e1b3e1d0e1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)