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 | 吾??貴^ | 10001100111000010011111100111111100010110100110101011110 | 8ce13f3f8b4d5e |
EUC-JP | 吾??貴^ | 10111000111000110011111100111111101101011010111001011110 | b8e33f3fb5ae5e |
UTF-8 | 吾멸퍓貴^ | 11100101100100001011111011101011101010011011100011101101100011011001001111101000101100101011010001011110 | e590beeba9b8ed8d93e8b2b45e |
UHC | 吾멸퍓貴^ | 111001111110111010111000111010101011101110001010110011111111111001011110 | e7eeb8eabb8acffe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)