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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 譚滓據^ | 11100110100111011001111111100110100111011001111101011110 | e69d9fe69d9f5e |
EUC-JP | 譚滓據^ | 11101011111111011101111011101000110110101010000101011110 | ebfddee8daa15e |
UTF-8 | 譚滓據^ | 11101000101011011001101011100110101110111001001111100110100100111001101001011110 | e8ad9ae6bb93e6939a5e |
UHC | 譚滓據^ | 11010011110010011110111010101011110010111110000001011110 | d3c9eeabcbe05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)