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 | 実鴆爵晳 | 1000111011000000111010011110111110001110110111011111101011011001 | 8ec0e9ef8eddfad9 |
EUC-JP | 実鴆爵晳 | 101111001100001011110010111100011011110011011111100011111100001011000100 | bcc2f2f1bcdf8fc2c4 |
UTF-8 | 実鴆爵晳 | 111001011010111010011111111010011011010010000110111001111000100010110101111001101001100110110011 | e5ae9fe9b486e788b5e699b3 |
UHC | ??爵晳 | 001111110011111111101101110010011110000010101111 | 3f3fedc9e0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)