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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瞳??愍? | 10010011101101010011111100111111100111001011110000111111 | 93b53f3f9cbc3f |
EUC-JP | 瞳??愍? | 11000110101101110011111100111111110110001011111000111111 | c6b73f3fd8be3f |
UTF-8 | 瞳뤰둣愍轢 | 111001111001111010110011111010111010010010110000111010111001000110100011111001101000010010001101111011111010011010001101 | e79eb3eba4b0eb91a3e6848defa68d |
UHC | 瞳뤰둣愍轢 | 11010100110110101000111111011110101101011101010011011010110000001110011010111100 | d4da8fdeb5d4dac0e6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)