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 | 閼ア遏ュ莉北 | 11101000100001001011000111100111100111111010110111100100101110111001011001101011 | e884b1e79fade4bb966b |
EUC-JP | 閼ア遏ュ莉北 | 111011111110010010001110101100011110111010100001100011101010110111101000101111011100101111001100 | efe48eb1eea18eade8bdcbcc |
UTF-8 | 閼ア遏ュ莉北 | 111010011001011010111100111011111011110110110001111010011000000110001111111011111011110110101101111010001000111010001001111001011000110010010111 | e996bcefbdb1e9818fefbdade88e89e58c97 |
UHC | 閼???莉北 | 111001001101100100111111001111110011111111010111111010011101110111000001 | e4d93f3f3fd7e9ddc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)