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 | テ姪氾ェツ「 | 1100001110010110110000111001010011000011101010101100001010100010 | c396c394c3aac2a2 |
EUC-JP | テ姪氾ェツ「 | 100011101100001111001100110001011100100011000101100011101010101010001110110000101000111010100010 | 8ec3ccc5c8c58eaa8ec28ea2 |
UTF-8 | テ姪氾ェツ「 | 111011111011111010000011111001011010011110101010111001101011000010111110111011111011110110101010111011111011111010000010111011111011110110100010 | efbe83e5a7aae6b0beefbdaaefbe82efbda2 |
UHC | ?姪氾??? | 0011111111110010111010111101101111110000001111110011111100111111 | 3ff2ebdbf03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)