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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????袁漿 | 0011111100111111001111110011111111100101110011011001111111110111 | 3f3f3f3fe5cd9ff7 |
EUC-JP | ????袁漿 | 0011111100111111001111110011111111101010110011111101111011111001 | 3f3f3f3feacfdef9 |
UTF-8 | 솖솨셨뤾袁漿 | 111011001000011010010110111011001000011010101000111011001000010110101000111010111010010010111110111010001010001010000001111001101011110010111111 | ec8696ec86a8ec85a8eba4bee8a281e6bcbf |
UHC | 솖솨셨뤾袁漿 | 101111001101011110111100110111011011110011001100100011111110101011101010101111101110110111101100 | bcd7bcddbccc8feaeabeedec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)