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\ | 001111110011111100111111001111110111100101011100 | 3f3f3f3f795c |
SJIS-WIN | ????y\ | 001111110011111100111111001111110111100101011100 | 3f3f3f3f795c |
EUC-JP | ????y\ | 001111110011111100111111001111110111100101011100 | 3f3f3f3f795c |
UTF-8 | 嶪왁우댋y\ | 1110010110110110101010101110110010011001100000011110110010011010101100001110101110001100100010110111100101011100 | e5b6aaec9981ec9ab0eb8c8b795c |
UHC | 嶪왁우댋y\ | 11100101111101011011111111001110101111111110110010001000101101000111100101011100 | e5f5bfcebfec88b4795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)