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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???鵝?\ | 00111111001111110011111111101010010000000011111101011100 | 3f3f3fea403f5c |
EUC-JP | ???鵝?\ | 00111111001111110011111111110011101000010011111101011100 | 3f3f3ff3a13f5c |
UTF-8 | 溜삠뀛鵝냯\ | 11101111101001111000101111101100100000101010000011101011100000001001101111101001101101011001110111101011100000111010111101011100 | efa78bec82a0eb809be9b59deb83af5c |
UHC | 溜삠뀛鵝냯\ | 1110101011111110101110111110001110000101100101001110010010111101100001100111100101011100 | eafebbe38594e4bd86795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)