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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 叱丞 | 111101001010010110001110101101101000111111100101 | f4a58eb68fe5 |
EUC-JP | ?叱丞 | 0011111110111100101110001011111011100111 | 3fbcb8bee7 |
UTF-8 | 叱丞 | 111011101000110110010100111001011000111110110001111001001011100010011110 | ee8d94e58fb1e4b89e |
UHC | ?叱丞 | 0011111111110010111010101110001110101010 | 3ff2eae3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)