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 | ÷?? | 111101110011111100111111 | f73f3f |
SJIS-WIN | ÷?蹕 | 1000000110000000001111111110011101001010 | 81803fe74a |
EUC-JP | ÷ō蹕 | 10100001111000001000111110101011110101111110110110101011 | a1e08fabd7edab |
UTF-8 | ÷ō蹕 | 11000011101101111100010110001101111010001011100110010101 | c3b7c58de8b995 |
UHC | ÷?? | 10100001110000000011111100111111 | a1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)