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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譁怡譁悳^ | 111001101001011010011100011111011110011010010110100111000111101101011110 | e6969c7de6969c7b5e |
EUC-JP | 譁怡譁悳^ | 111010111111011011010111110111101110101111110110110101111101110001011110 | ebf6d7deebf6d7dc5e |
UTF-8 | 譁怡譁悳^ | 11101000101011011000000111100110100000001010000111101000101011011000000111100110100000101011001101011110 | e8ad81e680a1e8ad81e682b35e |
UHC | 譁怡譁悳^ | 111111001010011011101100101011101111110010100110110100111110110101011110 | fca6ecaefca6d3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)