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 | 襍ュ謔渙樣Ζ | 1110100010110101101011011110011010000010100111111101000010011110111010011000001110100100 | e8b5ade6829fd09ee983a4 |
EUC-JP | 襍ュ謔渙樣Ζ | 111100001011011110001110101011011110101111100010110111101101001011011100111010111010011010100110 | f0b78eadebe2ded2dceba6a6 |
UTF-8 | 襍ュ謔渙樣Ζ | 1110100010100101100011011110111110111101101011011110100010101100100101001110011010111000100110011110011010101000101000111100111010010110 | e8a58defbdade8ac94e6b899e6a8a3ce96 |
UHC | ??謔渙樣Ζ | 00111111001111111111100111001100111111001011100111100101110001101010010111000110 | 3f3ff9ccfcb9e5c6a5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)