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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顆ス髯ス踞曖 | 11101000111101111011110111101001100110011011110111100110111101011001111001000010 | e8f7bde999bde6f59e42 |
EUC-JP | 顆ス髯ス踞曖 | 111100001111100110001110101111011111000111111001100011101011110111101100111101111101101110100011 | f0f98ebdf1f98ebdecf7dba3 |
UTF-8 | 顆ス髯ス踞曖 | 111010011010000110000110111011111011110110111101111010011010101110101111111011111011110110111101111010001011100010011110111001101001101110010110 | e9a186efbdbde9abafefbdbde8b89ee69b96 |
UHC | 顆???踞曖 | 110011101010100000111111001111110011111111001011111001101110010011110010 | cea83f3f3fcbe6e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)