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 | 鶯??厭 | 111010011111001000111111001111111000100101111101 | e9f23f3f897d |
EUC-JP | 鶯??厭 | 111100101111010000111111001111111011000111011110 | f2f43f3fb1de |
UTF-8 | 鶯뚳쉈厭 | 111010011011011010101111111010111001101010110011111011001000100110001000111001011000111010101101 | e9b6afeb9ab3ec8988e58ead |
UHC | 鶯뚳쉈厭 | 1110010110100011100011001110111110111101101001011110011011110100 | e5a38cefbda5e6f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)