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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?????鹽\ | 0011111100111111001111110011111100111111111010100110010001011100 | 3f3f3f3f3fea645c |
EUC-JP | ?????鹽\ | 0011111100111111001111110011111100111111111100111100010101011100 | 3f3f3f3f3ff3c55c |
UTF-8 | 쒔렊쑹렟쒔鹽\ | 11101100100100101001010011101011101000001000101011101100100100011011100111101011101000001001111111101100100100101001010011101001101110011011110101011100 | ec9294eba08aec91b9eba09fec9294e9b9bd5c |
UHC | 쒔렊쑹렟쒔鹽\ | 10111110101011011000111010100001101111101010101110001110101100001011111010101101111001111010010001011100 | bead8ea1beab8eb0beade7a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)