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 | Ô¼ô×àú | 110101001011110011110100110101111110000011111010 | d4bcf4d7e0fa |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | Ô?ô×àú | 100011111010101011010100001111111000111110101011110101001010000111011111100011111010101110100010100011111010101111100010 | 8faad43f8fabd4a1df8faba28fabe2 |
UTF-8 | Ô¼ô×àú | 110000111001010011000010101111001100001110110100110000111001011111000011101000001100001110111010 | c394c2bcc3b4c397c3a0c3ba |
UHC | ?¼?×?? | 0011111110101000111110010011111110100001101111110011111100111111 | 3fa8f93fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)