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 | コ餧ッ晶ミ | 111100011111101110111010111110111111100010101111100011111011101111010000 | f1fbbafbf8af8fbbd0 |
EUC-JP | ?コ餧ッ晶ミ | 001111111000111010111010100011111110100011011101100011101010111110111110101111011000111011010000 | 3f8eba8fe8dd8eafbebd8ed0 |
UTF-8 | コ餧ッ晶ミ | 111011101000010110110110111011111011110110111010111010011010010010100111111011111011110110101111111001101001100110110110111011111011111010010000 | ee85b6efbdbae9a4a7efbdafe699b6efbe90 |
UHC | ????晶? | 00111111001111110011111100111111111011111101110000111111 | 3f3f3f3fefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)