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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????k?? | 0011111100111111001111110011111110000010100010110011111100111111 | 3f3f3f3f828b3f3f |
EUC-JP | ????k?? | 0011111100111111001111110011111110100011111010110011111100111111 | 3f3f3f3fa3eb3f3f |
UTF-8 | 凉붾젌力k젒蓮 | 111011111010010110111001111010111011011010111110111011001010000010001100111011111010011010001010111011111011110110001011111011001010000010010010111011111010011010011001 | efa5b9ebb6beeca08cefa68aefbd8beca092efa699 |
UHC | 凉붾젌力k젒蓮 | 1110010110111100100101001110101110100000100011011110011010110011101000111110101110100000100100011110011011100101 | e5bc94eba08de6b3a3eba091e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)