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 | ???絶??\ | 0011111100111111001111111001000011100010001111110011111101011100 | 3f3f3f90e23f3f5c |
EUC-JP | 鎣??絶??\ | 10001111111001011011001000111111001111111100000011100100001111110011111101011100 | 8fe5b23f3fc0e43f3f5c |
UTF-8 | 鎣뺧풊絶뺟왎\ | 11101001100011101010001111101011101110101010011111101101100100101000101011100111101101011011011011101011101110101001111111101100100110011000111001011100 | e98ea3ebbaa7ed928ae7b5b6ebba9fec998e5c |
UHC | 鎣뺧풊絶뺟왎\ | 11111011101011111001010111101111101111101001000011101111101111101001010111100111100111101011111101011100 | fbaf95efbe90efbe95e79ebf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)