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 | 竟樣汕 | 111010001110110110011110111010011001111110001000 | e8ed9ee99f88 |
EUC-JP | 竟樣汕 | 111100001110111111011100111010111101110111101000 | f0efdcebdde8 |
UTF-8 | 竟樣汕 | 111001111010101110011111111001101010100010100011111001101011000110010101 | e7ab9fe6a8a3e6b195 |
UHC | 竟樣汕 | 110011001110010111100101110001101101111110100101 | cce5e5c6dfa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)