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 | 凋?氷雨 | 10010010100111000011111110010101010110001000100101001010 | 929c3f9558894a |
EUC-JP | 凋?氷雨 | 11000011111111000011111111001001101110011011000110101011 | c3fc3fc9b9b1ab |
UTF-8 | 凋양氷雨 | 111001011000011110001011111011001001011010010001111001101011000010110111111010011001101110101000 | e5878bec9691e6b0b7e99ba8 |
UHC | 凋양氷雨 | 1111000010111101101111101110011111011110101111001110100111101011 | f0bdbee7debce9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)