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 | ???[k | 0011111100111111001111110101101101101011 | 3f3f3f5b6b |
SJIS-WIN | 崖ョ?[k | 10001010010100101000001110000111001111110101101101101011 | 8a5283873f5b6b |
EUC-JP | 崖ョ?[k | 10110011101100111010010111100111001111110101101101101011 | b3b3a5e73f5b6b |
UTF-8 | 崖ョ뿿[k | 1110010110110100100101101110001110000011101001111110101110111111101111110101101101101011 | e5b496e383a7ebbfbf5b6b |
UHC | 崖ョ뿿[k | 1110010011110000101010111110011110010111101111110101101101101011 | e4f0abe797bf5b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)