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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 侑儡? | 1001100011010000100110010101001100111111 | 98d099533f |
EUC-JP | 侑儡? | 1101000011010010110100011011010000111111 | d0d2d1b43f |
UTF-8 | 侑儡렗 | 111001001011111010010001111001011000010010100001111010111010000010010111 | e4be91e584a1eba097 |
UHC | 侑儡렗 | 111010101110001011010110111011011000111010101100 | eae2d6ed8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)