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 | 調??脛? | 10010010101100100011111100111111111000111111100000111111 | 92b23f3fe3f83f |
EUC-JP | 調??脛? | 11000100101101000011111100111111111001101111101000111111 | c4b43f3fe6fa3f |
UTF-8 | 調쇨렑脛렜 | 111010001010101010111111111011001000011110101000111010111010000010010001111010001000010010011011111010111010000010011100 | e8aabfec87a8eba091e8849beba09c |
UHC | 調쇨렑脛렜 | 11110000111000001011110011101010100011101010011011001100111010111000111010101110 | f0e0bcea8ea6cceb8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)