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 | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-WIN | 弔}弔|弔| | 100100101010001001111101100100101010001001111100100100101010001001111100 | 92a27d92a27c92a27c |
EUC-JP | 弔}弔|弔| | 110001001010010001111101110001001010010001111100110001001010010001111100 | c4a47dc4a47cc4a47c |
UTF-8 | 弔}弔|弔| | 111001011011110010010100011111011110010110111100100101000111110011100101101111001001010001111100 | e5bc947de5bc947ce5bc947c |
UHC | 弔}弔|弔| | 111100001100000001111101111100001100000001111100111100001100000001111100 | f0c07df0c07cf0c07c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)