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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 縕?Ŧ? | 1000111111010100110000100011111110001111101010011010111100111111 | 8fd4c23f8fa9af3f |
UTF-8 | 縕띕Ŧ溜 | 1110011110111000100101011110101110011101100101011100010110100110111011111010011110001011 | e7b895eb9d95c5a6efa78b |
UHC | 縕띕Ŧ溜 | 1110100010110010101101101110101110101000101011101110101011111110 | e8b2b6eba8aeeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)