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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 額??\ | 1000101001111010001111110011111101011100 | 8a7a3f3f5c |
EUC-JP | 額??\ | 1011001111011011001111110011111101011100 | b3db3f3f5c |
UTF-8 | 額땯돥\ | 11101001101000011000110111101011100101011010111111101011100011111010010101011100 | e9a18deb95afeb8fa55c |
UHC | 額땯돥\ | 11100100111111101000101110000101100010011010100101011100 | e4fe8b8589a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)