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 | 絶???灌餘 | 100100001110001000111111001111110011111110011111111100111110100101010000 | 90e23f3f3f9ff3e950 |
EUC-JP | 絶???灌餘 | 110000001110010000111111001111110011111111011110111101011111000110110001 | c0e43f3f3fdef5f1b1 |
UTF-8 | 絶꺨닸튂灌餘 | 111001111011010110110110111010101011101010101000111010111000101110111000111011011000101010000010111001111000000110001100111010011010010010011000 | e7b5b6eabaa8eb8bb8ed8a82e7818ce9a498 |
UHC | 絶꺨닸튂灌餘 | 111011111011111010000011110011101011010011100110101110011001100011001110101101001110011010101110 | efbe83ceb4e6b998ceb4e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)