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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 絶???灌 | 10010000111000100011111100111111001111111001111111110011 | 90e23f3f3f9ff3 |
EUC-JP | 絶???灌 | 11000000111001000011111100111111001111111101111011110101 | c0e43f3f3fdef5 |
UTF-8 | 絶꺨답퐱灌 | 111001111011010110110110111010101011101010101000111010111000101110110101111011011001000010110001111001111000000110001100 | e7b5b6eabaa8eb8bb5ed90b1e7818c |
UHC | 絶꺨답퐱灌 | 11101111101111101000001111001110101101001110010010111101100110101100111010110100 | efbe83ceb4e4bd9aceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)