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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺嫉?愆 | 11111011110001001000111010111001001111111001110010110010 | fbc48eb93f9cb2 |
EUC-JP | 鈺嫉彛愆 | 10001111111000111101010110111100101110111000111110111100111110101101100010110100 | 8fe3d5bcbb8fbcfad8b4 |
UTF-8 | 鈺嫉彛愆 | 111010011000100010111010111001011010101110001001111001011011110110011011111001101000010010000110 | e988bae5ab89e5bd9be68486 |
UHC | 鈺嫉彛愆 | 1110100010101101111100101110110011101100101011011100101111110000 | e8adf2ececadcbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)