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 | 渧懆珍渧 | 1111101101001000100111001110100010010010101111111111101101001000 | fb489ce892bffb48 |
EUC-JP | 渧懆珍渧 | 10001111110001111110101111011000111010101100010011000001100011111100011111101011 | 8fc7ebd8eac4c18fc7eb |
UTF-8 | 渧懆珍渧 | 111001101011100010100111111001101000011110000110111001111000111110001101111001101011100010100111 | e6b8a7e68786e78f8de6b8a7 |
UHC | ??珍? | 0011111100111111111100101101001000111111 | 3f3ff2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)