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 | 遑殉遑旬^ | 111001111010000110001111011111011110011110100001100011110111101101011110 | e7a18f7de7a18f7b5e |
EUC-JP | 遑殉遑旬^ | 111011101010001110111101110111101110111010100011101111011101110001011110 | eea3bddeeea3bddc5e |
UTF-8 | 遑殉遑旬^ | 11101001100000011001000111100110101011101000100111101001100000011001000111100110100101111010110001011110 | e98191e6ae89e98191e697ac5e |
UHC | 遑殉遑旬^ | 111111001101101011100010111001101111110011011010111000101110001001011110 | fcdae2e6fcdae2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)