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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
UTF-8 | 룶츕㈒룫훕\ | 11101011101000111011011011101100101110001001010111100011100010001001001011101011101000111010101111101101100110111001010101011100 | eba3b6ecb895e38892eba3abed9b955c |
UHC | 룶츕㈒룫훕\ | 1000111110101011101011101000111110101001110000111000111110100010110001000110011101011100 | 8fabae8fa9c38fa2c4675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)