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 | 絶???灌曜 | 100100001110001000111111001111110011111110011111111100111001011101101010 | 90e23f3f3f9ff3976a |
EUC-JP | 絶???灌曜 | 110000001110010000111111001111110011111111011110111101011100110111001011 | c0e43f3f3fdef5cdcb |
UTF-8 | 絶꺨닷뇺灌曜 | 111001111011010110110110111010101011101010101000111010111000101110110111111010111000011110111010111001111000000110001100111001101001101110011100 | e7b5b6eabaa8eb8bb7eb87bae7818ce69b9c |
UHC | 絶꺨닷뇺灌曜 | 111011111011111010000011110011101011010011100101100001111001110111001110101101001110100011111000 | efbe83ceb4e5879dceb4e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)