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 | ò缧ÇÙ | 11110010111001111011110010100111100011111100011111011001 | f2e7bca78fc7d9 |
SJIS-WIN | ???§??? | 0011111100111111001111111000000110011000001111110011111100111111 | 3f3f3f81983f3f3f |
EUC-JP | òç?§?ÇÙ | 10001111101010111101001010001111101010111010111000111111101000011111100000111111100011111010101010101110100011111010101011100011 | 8fabd28fabae3fa1f83f8faaae8faae3 |
UTF-8 | ò缧ÇÙ | 1100001110110010110000111010011111000010101111001100001010100111110000101000111111000011100001111100001110011001 | c3b2c3a7c2bcc2a7c28fc387c399 |
UHC | ??¼§??? | 001111110011111110101000111110011010000111010111001111110011111100111111 | 3f3fa8f9a1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)