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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 霎」繝ィ趺ヲB | 11101000101111101010001111100011100000111010100011100110111001011010011001000010 | e8bea3e383a8e6e5a642 |
EUC-JP | 霎」繝ィ趺ヲB | 11110000110000001000111010100011111001011110001110001110101010001110110011100111100011101010011001000010 | f0c08ea3e5e38ea8ece78ea642 |
UTF-8 | 霎」繝ィ趺ヲB | 11101001100111001000111011101111101111011010001111100111101110011001110111101111101111011010100011101000101101101011101011101111101111011010011001000010 | e99c8eefbda3e7b99defbda8e8b6baefbda642 |
UHC | ????趺?B | 0011111100111111001111110011111111011101101110100011111101000010 | 3f3f3f3fddba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)