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 | 闥ソ蟠手冠 | 111010001001001010111111111001011011010010001110111010001000101010100101 | e892bfe5b48ee88aa5 |
EUC-JP | 闥ソ蟠手冠 | 11101111111100101000111010111111111010101011011010111100111010101011010010100111 | eff28ebfeab6bceab4a7 |
UTF-8 | 闥ソ蟠手冠 | 111010011001011110100101111011111011110110111111111010001001111110100000111001101000100110001011111001011000011010100000 | e997a5efbdbfe89fa0e6898be586a0 |
UHC | ??蟠手冠 | 0011111100111111110110101111011011100010101000101100111010101110 | 3f3fdaf6e2a2ceae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)