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 | ???曜??\ | 0011111100111111001111111001011101101010001111110011111101011100 | 3f3f3f976a3f3f5c |
EUC-JP | ???曜??\ | 0011111100111111001111111100110111001011001111110011111101011100 | 3f3f3fcdcb3f3f5c |
UTF-8 | 樂뀀젇曜쒕젡\ | 11101111101001101011111111101011100000001000000011101100101000001000011111100110100110111001110011101100100100101001010111101100101000001010000101011100 | efa6bfeb8080eca087e69b9cec9295eca0a15c |
UHC | 樂뀀젇曜쒕젡\ | 11101000111110011011001011101011101000001000101011101000111110001001110011101011101000001001101001011100 | e8f9b2eba08ae8f89ceba09a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)