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 | O¥¶G¢ | 10010010010011111001000110100101100100011011011010010010010001111001000110100010 | 924f91a591b6924791a2 |
SJIS-WIN | ?O?¥?¶?G?¢ | 00111111010011110011111110000001100011110011111110000001111101110011111101000111001111111000000110010001 | 3f4f3f818f3f81f73f473f8191 |
EUC-JP | ?O???¶?G?¢ | 001111110100111100111111001111110011111110100010111110010011111101000111001111111010000111110001 | 3f4f3f3f3fa2f93f473fa1f1 |
UTF-8 | O¥¶G¢ | 110000101001001001001111110000101001000111000010101001011100001010010001110000101011011011000010100100100100011111000010100100011100001010100010 | c2924fc291c2a5c291c2b6c29247c291c2a2 |
UHC | ?O???¶?G?? | 0011111101001111001111110011111100111111101000101101001000111111010001110011111100111111 | 3f4f3f3f3fa2d23f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)