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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寤??唯 | 100110111000100000111111001111111001011101000010 | 9b883f3f9742 |
EUC-JP | 寤??唯 | 110101011110100000111111001111111100110110100011 | d5e83f3fcda3 |
UTF-8 | 寤뤿맢唯 | 111001011010111110100100111010111010010010111111111010111010011110100010111001011001010010101111 | e5afa4eba4bfeba7a2e594af |
UHC | 寤뤿맢唯 | 1110011111110101100011111110101110010000101011101110101011100110 | e7f58feb90aeeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)