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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螳オ闌矢ぜ | 111001011010111010110101111010001000110010010110111011101000001010111010 | e5aeb5e88c96ee82ba |
EUC-JP | 螳オ闌矢ぜ | 11101010101100001000111010110101111011111110110011001100111100001010010010111100 | eab08eb5efecccf0a4bc |
UTF-8 | 螳オ闌矢ぜ | 111010001001111010110011111011111011110110110101111010011001011110001100111001111001111110100010111000111000000110011100 | e89eb3efbdb5e9978ce79fa2e3819c |
UHC | 螳??矢ぜ | 1101001111011001001111110011111111100011110001011010101010111100 | d3d93f3fe3c5aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)