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 | 姚??嗚 | 100110110100110000111111001111111001101001101010 | 9b4c3f3f9a6a |
EUC-JP | 姚??嗚 | 110101011010110100111111001111111101001111001011 | d5ad3f3fd3cb |
UTF-8 | 姚깁쎁嗚 | 111001011010011110011010111010101011100110000001111011001000111010000001111001011001011110011010 | e5a79aeab981ec8e81e5979a |
UHC | 姚깁쎁嗚 | 1110100011101110101100011110100110011011101010111110011111110000 | e8eeb1e99babe7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)