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 | 逕櫁損闢 | 1110011110010100100111101110100010010001101110011110100010010011 | e7949ee891b9e893 |
EUC-JP | 逕櫁損闢 | 1110110111110100110111001110101011000010101110111110111111110011 | edf4dceac2bbeff3 |
UTF-8 | 逕櫁損闢 | 111010011000000010010101111001101010101110000001111001101001000010001101111010011001011110100010 | e98095e6ab81e6908de997a2 |
UHC | 逕?損闢 | 11001100111011110011111111100001110111111101110010100011 | ccef3fe1dfdca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)