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 | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | ??O藏?駿 | 0011111100111111010011111110010101010101001111111000111101111000 | 3f3f4fe5553f8f78 |
EUC-JP | ??O藏?駿 | 0011111100111111010011111110100110110110001111111011110111011001 | 3f3f4fe9b63fbdd9 |
UTF-8 | 諪렍O藏렩駿 | 11101000101010111010101011101011101000001000110101001111111010001001011110001111111010111010000010101001111010011010011110111111 | e8abaaeba08d4fe8978feba0a9e9a7bf |
UHC | 諪렍O藏렩駿 | 1110111111110101100011101010001101001111111011011111101010001110101101111111000111100111 | eff58ea34fedfa8eb7f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)