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 | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-WIN | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
EUC-JP | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
UTF-8 | 얠롗렯렢y | 11101100100101101010000011101011101000011001011111101011101000001010111111101011101000001010001001111001 | ec96a0eba197eba0afeba0a279 |
UHC | 얠롗렯렢y | 101111101110110010001110110110111000111010111100100011101011001101111001 | beec8edb8ebc8eb379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)