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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 螂ャh螂ャ | 11100101101001011010110001101000111001011010010110101100 | e5a5ac68e5a5ac |
EUC-JP | 螂ャh螂ャ | 111010101010011110001110101011000110100011101010101001111000111010101100 | eaa78eac68eaa78eac |
UTF-8 | 螂ャh螂ャ | 11101000100111101000001011101111101111011010110001101000111010001001111010000010111011111011110110101100 | e89e82efbdac68e89e82efbdac |
UHC | 螂?h螂? | 11010101110011000011111101101000110101011100110000111111 | d5cc3f68d5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)