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 | 第??毅? | 10010001111001100011111100111111100010110100001000111111 | 91e63f3f8b423f |
EUC-JP | 第??毅? | 11000010111010000011111100111111101101011010001100111111 | c2e83f3fb5a33f |
UTF-8 | 第면색毅렒 | 111001111010110010101100111010111010100110110100111011001000001110001001111001101010111110000101111010111010000010010010 | e7acaceba9b4ec8389e6af85eba092 |
UHC | 第면색毅렒 | 11110000101011111011100011101001101110111111011011101011111101101000111010100111 | f0afb8e9bbf6ebf68ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)