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 | °Õ?? | 10110000110101010011111100111111 | b0d53f3f |
SJIS-WIN | °?@蹕 | 10000001100010110011111110000001100101111110011101001010 | 818b3f8197e74a |
EUC-JP | °Õ@蹕 | 101000011110101110001111101010101101100010100001111101111110110110101011 | a1eb8faad8a1f7edab |
UTF-8 | °Õ@蹕 | 11000010101100001100001110010101111011111011110010100000111010001011100110010101 | c2b0c395efbca0e8b995 |
UHC | °?@? | 101000011100011000111111101000111100000000111111 | a1c63fa3c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)