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 | 陟剰イ樞伐 | 111010001010000010001111111010001011001010011110111000101001010010110000 | e8a08fe8b29ee294b0 |
EUC-JP | 陟剰イ樞伐 | 11110000101000101011111011101010100011101011001011011100111001001100100010110010 | f0a2beea8eb2dce4c8b2 |
UTF-8 | 陟剰イ樞伐 | 111010011001100110011111111001011000100110110000111011111011110110110010111001101010100010011110111001001011110010010000 | e9999fe589b0efbdb2e6a89ee4bc90 |
UHC | 陟??樞伐 | 1111010010110011001111110011111111110101110100101101101111101001 | f4b33f3ff5d2dbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)