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 | 闥ケ逹幄抄 | 111010001001001010111001111001111001110110011011111010001000111110110100 | e892b9e79d9be88fb4 |
EUC-JP | 闥ケ逹幄抄 | 11101111111100101000111010111001111011011111110111010110111010101011111010110110 | eff28eb9edfdd6eabeb6 |
UTF-8 | 闥ケ逹幄抄 | 111010011001011110100101111011111011110110111001111010011000000010111001111001011011100110000100111001101000101010000100 | e997a5efbdb9e980b9e5b984e68a84 |
UHC | ???幄抄 | 00111111001111110011111111100100110000011111010011111100 | 3f3f3fe4c1f4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)