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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鐔縁修^ | 11101000010111001000100110001111100011110100001101011110 | e85c898f8f435e |
EUC-JP | 鐔縁修^ | 11101111101111011011000111101111101111011010010001011110 | efbdb1efbda45e |
UTF-8 | 鐔縁修^ | 11101001100100001001010011100111101110001000000111100100101111111010111001011110 | e99094e7b881e4bfae5e |
UHC | ??修^ | 0011111100111111111000011111001101011110 | 3f3fe1f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)