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 | ??想^ | 0011111100111111100100010111101001011110 | 3f3f917a5e |
EUC-JP | ??想^ | 0011111100111111110000011101101101011110 | 3f3fc1db5e |
UTF-8 | 왃섺想^ | 11101100100110011000001111101100100001001011101011100110100000111011001101011110 | ec9983ec84bae683b35e |
UHC | 왃섺想^ | 10011110101101101001100101000110110111111100110001011110 | 9eb69946dfcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)