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 | 邁誹痘淏 | 1110011110110000100101001110111010010011100101111111101101000010 | e7b094ee9397fb42 |
EUC-JP | 邁誹痘淏 | 111011101011001011001000111100001100010111110111100011111100011111011001 | eeb2c8f0c5f78fc7d9 |
UTF-8 | 邁誹痘淏 | 111010011000001010000001111010001010101010111001111001111001011110011000111001101011011110001111 | e98281e8aab9e79798e6b78f |
UHC | 邁誹痘淏 | 1101100011100100110111101010011011010100111000111111101111001000 | d8e4dea6d4e3fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)