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 | 鴣姆滸 | 111010011111001110011011010001111001111111110101 | e9f39b479ff5 |
EUC-JP | 鴣姆滸 | 111100101111010111010101101010001101111011110111 | f2f5d5a8def7 |
UTF-8 | 鴣姆滸 | 111010011011010010100011111001011010011110000110111001101011101110111000 | e9b4a3e5a786e6bbb8 |
UHC | ?姆滸 | 0011111111011001101101011111101111001010 | 3fd9b5fbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)