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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 業????Ъ^ | 100010111100011000111111001111110011111100111111100001000101101101011110 | 8bc63f3f3f3f845b5e |
EUC-JP | 業????Ъ^ | 101101101100100000111111001111110011111100111111101001111011110001011110 | b6c83f3f3f3fa7bc5e |
UTF-8 | 業볥굝留잓Ъ^ | 111001101010010110101101111010111011001110100101111010101011010110011101111011111010011110001101111011001001111010010011110100001010101001011110 | e6a5adebb3a5eab59defa78dec9e93d0aa5e |
UHC | 業볥굝留잓Ъ^ | 11100101111101101001001111101011100000101000010111101011101001111001111111101001101011001011110001011110 | e5f693eb8285eba79fe9acbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)