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 | 穩??? | 1110001001110010001111110011111100111111 | e2723f3f3f |
EUC-JP | 穩??髥 | 11100011110100110011111100111111100011111110100111110000 | e3d33f3f8fe9f0 |
UTF-8 | 穩롣툓髥 | 111001111010100110101001111010111010000110100011111011011000100010010011111010011010101110100101 | e7a9a9eba1a3ed8893e9aba5 |
UHC | 穩롣툓髥 | 1110100010110001100011101110010010111000100010101110011110100011 | e8b18ee4b88ae7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)