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 | 趾?括拗 | 11100110111001000011111110001010100001111001110101011000 | e6e43f8a879d58 |
EUC-JP | 趾?括拗 | 11101100111001100011111110110011111001111101100110111001 | ece63fb3e7d9b9 |
UTF-8 | 趾얗括拗 | 111010001011011010111110111011001001011010010111111001101000101110101100111001101000101110010111 | e8b6beec9697e68bace68b97 |
UHC | 趾얗括拗 | 1111001010111111101111101110100111001110110000001110100011110011 | f2bfbee9cec0e8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)