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 | 楔灑楔灑^ | 100111101011011011100000011100101001111010110110111000000111001001011110 | 9eb6e0729eb6e0725e |
EUC-JP | 楔灑楔灑^ | 110111001011100011011111110100111101110010111000110111111101001101011110 | dcb8dfd3dcb8dfd35e |
UTF-8 | 楔灑楔灑^ | 11100110101001011001010011100111100000011001000111100110101001011001010011100111100000011001000101011110 | e6a594e78191e6a594e781915e |
UHC | 楔灑楔灑^ | 111000001101101111100001111011101110000011011011111000011110111001011110 | e0dbe1eee0dbe1ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)