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 | 髯ゅ砂 | 111010011001100110000010111000111000110110111011 | e99982e38dbb |
EUC-JP | 髯ゅ砂 | 111100011111100110100100111001011011101010111101 | f1f9a4e5babd |
UTF-8 | 髯ゅ砂 | 111010011010101110101111111000111000001010000101111001111010000010000010 | e9abafe38285e7a082 |
UHC | ?ゅ砂 | 0011111110101010111001011101111011100011 | 3faae5dee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)