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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 螳ャh螳 | 111001011010111010101100011010001110010110101110 | e5aeac68e5ae |
EUC-JP | 螳ャh螳 | 11101010101100001000111010101100011010001110101010110000 | eab08eac68eab0 |
UTF-8 | 螳ャh螳 | 11101000100111101011001111101111101111011010110001101000111010001001111010110011 | e89eb3efbdac68e89eb3 |
UHC | 螳?h螳 | 110100111101100100111111011010001101001111011001 | d3d93f68d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)