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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陋ケ諤懈・転 | 11101000100110111011100111100110100000001001110011100110101001011001001101011101 | e89bb9e6809ce6a5935d |
EUC-JP | 陋ケ諤懈・転 | 111011111111101110001110101110011110101111100000110110001110100010001110101001011100010110111110 | effb8eb9ebe0d8e88ea5c5be |
UTF-8 | 陋ケ諤懈・転 | 111010011001100110001011111011111011110110111001111010001010101110100100111001101000011110001000111011111011110110100101111010001011101110100010 | e9998befbdb9e8aba4e68788efbda5e8bba2 |
UHC | 陋??懈?? | 1101011110110000001111110011111111111010101010110011111100111111 | d7b03f3ffaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)