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\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | ?ο?y\ | 001111111000001111001101001111110111100101011100 | 3f83cd3f795c |
EUC-JP | 旿ο?y\ | 1000111111000001111101001010011011001111001111110111100101011100 | 8fc1f4a6cf3f795c |
UTF-8 | 旿ο숴y\ | 11100110100101111011111111001110101111111110110010001000101101000111100101011100 | e697bfcebfec88b4795c |
UHC | 旿ο숴y\ | 1110011111111010101001011110111110111101101001000111100101011100 | e7faa5efbda4795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)