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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | セュ璽爾捨H | 101111101010110110001110101000111000111010100010100011101100110001001000 | bead8ea38ea28ecc48 |
EUC-JP | セュ璽爾捨H | 1000111010111110100011101010110110111100101001011011110010100100101111001100111001001000 | 8ebe8eadbca5bca4bcce48 |
UTF-8 | セュ璽爾捨H | 11101111101111011011111011101111101111011010110111100111100100101011110111100111100010001011111011100110100011011010100001001000 | efbdbeefbdade792bde788bee68da848 |
UHC | ??璽爾捨H | 001111110011111111011111110111101110110010110011110111101101011101001000 | 3f3fdfdeecb3ded748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)