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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螳オ閼ッ螳オ | 111001011010111010110101111010001000010010101111111001011010111010110101 | e5aeb5e884afe5aeb5 |
EUC-JP | 螳オ閼ッ螳オ | 111010101011000010001110101101011110111111100100100011101010111111101010101100001000111010110101 | eab08eb5efe48eafeab08eb5 |
UTF-8 | 螳オ閼ッ螳オ | 111010001001111010110011111011111011110110110101111010011001011010111100111011111011110110101111111010001001111010110011111011111011110110110101 | e89eb3efbdb5e996bcefbdafe89eb3efbdb5 |
UHC | 螳?閼?螳? | 110100111101100100111111111001001101100100111111110100111101100100111111 | d3d93fe4d93fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)