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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | ?也渥v | 001111111001011011100111100010001010110101110110 | 3f96e788ad76 |
EUC-JP | ?也渥v | 001111111100110011101001101100001010111101110110 | 3fcce9b0af76 |
UTF-8 | 灐也渥v | 11100111100000011001000011100100101110011001111111100110101110001010010101110110 | e78190e4b99fe6b8a576 |
UHC | 灐也渥v | 11111011101001011110010110100101111001001100011001110110 | fba5e5a5e4c676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)