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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???佾??? | 001111110011111100111111100011111011000011111011001111110011111100111111 | 3f3f3f8fb0fb3f3f3f |
UTF-8 | 凉듬㈀佾볠샍麟 | 111011111010010110111001111010111001001110101100111000111000100010000000111001001011110110111110111010111011001110100000111011001000001110001101111011111010011110110011 | efa5b9eb93ace38880e4bdbeebb3a0ec838defa7b3 |
UHC | 凉듬㈀佾볠샍麟 | 1110010110111100101101011110101110101001101100011110110011101011100100111110011010011000101110111110110011101000 | e5bcb5eba9b1eceb93e698bbece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)