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 | 瑤??鸚 | 111010101010001000111111001111111110101001011111 | eaa23f3fea5f |
EUC-JP | 瑤??鸚 | 111101001010010000111111001111111111001111000000 | f4a43f3ff3c0 |
UTF-8 | 瑤쒏뮈鸚 | 111001111001000110100100111011001001001010001111111010111010111010001000111010011011100010011010 | e791a4ec928febae88e9b89a |
UHC | 瑤쒏뮈鸚 | 1110100011111101100111001110011010111001101111111110010110100100 | e8fd9ce6b9bfe5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)