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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑤??魚 | 111010101010001000111111001111111000101110011011 | eaa23f3f8b9b |
EUC-JP | 瑤??魚 | 111101001010010000111111001111111011010111111011 | f4a43f3fb5fb |
UTF-8 | 瑤쒏뮈魚 | 111001111001000110100100111011001001001010001111111010111010111010001000111010011010110110011010 | e791a4ec928febae88e9ad9a |
UHC | 瑤쒏뮈魚 | 1110100011111101100111001110011010111001101111111110010111100000 | e8fd9ce6b9bfe5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)