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 | スム硝エ | 1011110111010001100011111100100110110100 | bdd18fc9b4 |
EUC-JP | スム硝エ | 1000111010111101100011101101000110111110110010111000111010110100 | 8ebd8ed1becb8eb4 |
UTF-8 | スム硝エ | 111011111011110110111101111011111011111010010001111001111010000110011101111011111011110110110100 | efbdbdefbe91e7a19defbdb4 |
UHC | ??硝? | 0011111100111111111101011010011000111111 | 3f3ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)