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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 寤???? | 100110111000100000111111001111110011111100111111 | 9b883f3f3f3f |
EUC-JP | 寤???? | 110101011110100000111111001111110011111100111111 | d5e83f3f3f3f |
UTF-8 | 寤뤾난利츯 | 111001011010111110100100111010111010010010111110111010111000001010011100111011111010011110011101111011001011100010101111 | e5afa4eba4beeb829cefa79decb8af |
UHC | 寤뤾난利츯 | 11100111111101011000111111101010101100111010110111101100101001101010111101000100 | e7f58feab3adeca6af44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)