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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 探箪短 | 100100100101010010010010010111001001001001011010 | 9254925c925a |
EUC-JP | 探箪短 | 110000111011010111000011101111011100001110111011 | c3b5c3bdc3bb |
UTF-8 | 探箪短 | 111001101000111010100010111001111010111010101010111001111001111110101101 | e68ea2e7aeaae79fad |
UHC | 探?短 | 1111011110101110001111111101001110101101 | f7ae3fd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)