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 | 趾?括? | 111001101110010000111111100010101000011100111111 | e6e43f8a873f |
EUC-JP | 趾?括? | 111011001110011000111111101100111110011100111111 | ece63fb3e73f |
UTF-8 | 趾얗括稶 | 111010001011011010111110111011001001011010010111111001101000101110101100111001111010100010110110 | e8b6beec9697e68bace7a8b6 |
UHC | 趾얗括稶 | 1111001010111111101111101110100111001110110000001110100111110011 | f2bfbee9cec0e9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)