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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髷先坩霆 | 1110100110011110100100001110011010011010101011101110100010111011 | e99e90e69aaee8bb |
EUC-JP | 髷先坩霆 | 1111000111111110110000001110100011010100101100001111000010111101 | f1fec0e8d4b0f0bd |
UTF-8 | 髷先坩霆 | 111010011010101110110111111001011000010110001000111001011001110110101001111010011001110010000110 | e9abb7e58588e59da9e99c86 |
UHC | ?先?霆 | 001111111110000010111011001111111110111111111101 | 3fe0bb3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)