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 | 正繃正棚^ | 100100001011001111100011011111011001000010110011100100100100100101011110 | 90b3e37d90b392495e |
EUC-JP | 正繃正棚^ | 110000001011010111100101110111101100000010110101110000111010101001011110 | c0b5e5dec0b5c3aa5e |
UTF-8 | 正繃正棚^ | 11100110101011011010001111100111101110011000001111100110101011011010001111100110101000111001101001011110 | e6ada3e7b983e6ada3e6a39a5e |
UHC | 正繃正棚^ | 111011111110000111011101110111101110111111100001110111011101110001011110 | efe1dddeefe1dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)