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 | 歪紗?畢 | 10011000011000111000111011010001001111111001010101001100 | 98638ed13f954c |
EUC-JP | 歪紗?畢 | 11001111110001001011110011010011001111111100100110101101 | cfc4bcd33fc9ad |
UTF-8 | 歪紗걋畢 | 111001101010110110101010111001111011010010010111111010101011000110001011111001111001010110100010 | e6adaae7b497eab18be795a2 |
UHC | 歪紗걋畢 | 1110100011100000110111101110100110110000110000001111100110110100 | e8e0dee9b0c0f9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)