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 | 鉉庭屎 | 111001111110100110010010111010111001101110011101 | e7e992eb9b9d |
EUC-JP | 鉉庭屎 | 111011101110101111000100111011011101010111111101 | eeebc4edd5fd |
UTF-8 | 鉉庭屎 | 111010011000100110001001111001011011101010101101111001011011000110001110 | e98989e5baade5b18e |
UHC | 鉉庭屎 | 111110101110100011101111110101001110001110111010 | fae8efd4e3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)