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 | 100010001010000100111111001111111000111011100001001111110011111101000010 | 88a13f3f8ee13f3f42 |
EUC-JP | 娃??若??B | 101100001010001100111111001111111011110011100011001111110011111101000010 | b0a33f3fbce33f3f42 |
UTF-8 | 娃쇿윿若㎪펵B | 11100101101010001000001111101100100001111011111111101100100111001011111111101000100010111010010111100011100011101010101011101101100011101011010101000010 | e5a883ec87bfec9cbfe88ba5e38eaaed8eb542 |
UHC | 娃쇿윿若㎪펵B | 11101000110111111001100111100101100111111011011111100101101101001010011111100110101111001000011001000010 | e8df99e59fb7e5b4a7e6bc8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)