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 | 螳オ邉コ螳オ | 111001011010111010110101111001111011001110111010111001011010111010110101 | e5aeb5e7b3bae5aeb5 |
EUC-JP | 螳オ邉コ螳オ | 111010101011000010001110101101011110111010110101100011101011101011101010101100001000111010110101 | eab08eb5eeb58ebaeab08eb5 |
UTF-8 | 螳オ邉コ螳オ | 111010001001111010110011111011111011110110110101111010011000001010001001111011111011110110111010111010001001111010110011111011111011110110110101 | e89eb3efbdb5e98289efbdbae89eb3efbdb5 |
UHC | 螳???螳? | 1101001111011001001111110011111100111111110100111101100100111111 | d3d93f3f3fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)