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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄙ケ繧九★ | 111001111011111110111001111000111000001010001011111000111000000110011010 | e7bfb9e3828be3819a |
EUC-JP | 鄙ケ繧九★ | 11101110110000011000111010111001111001011110001010110110111001011010000111111010 | eec18eb9e5e2b6e5a1fa |
UTF-8 | 鄙ケ繧九★ | 111010011000010010011001111011111011110110111001111001111011100110100111111001001011100110011101111000101001100010000101 | e98499efbdb9e7b9a7e4b99de29885 |
UHC | 鄙??九★ | 1101111010101001001111110011111111001110111110101010000111011010 | dea93f3fcefaa1da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)