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螳ャ | 11100101101011101010110001101000111001011010111010101100 | e5aeac68e5aeac |
EUC-JP | 螳ャh螳ャ | 111010101011000010001110101011000110100011101010101100001000111010101100 | eab08eac68eab08eac |
UTF-8 | 螳ャh螳ャ | 11101000100111101011001111101111101111011010110001101000111010001001111010110011111011111011110110101100 | e89eb3efbdac68e89eb3efbdac |
UHC | 螳?h螳? | 11010011110110010011111101101000110100111101100100111111 | d3d93f68d3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)