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 | 迯殉迯旬^ | 111001111000110110001111011111011110011110001101100011110111101101011110 | e78d8f7de78d8f7b5e |
EUC-JP | 迯殉迯旬^ | 111011011110110110111101110111101110110111101101101111011101110001011110 | ededbddeededbddc5e |
UTF-8 | 迯殉迯旬^ | 11101000101111111010111111100110101011101000100111101000101111111010111111100110100101111010110001011110 | e8bfafe6ae89e8bfafe697ac5e |
UHC | ?殉?旬^ | 00111111111000101110011000111111111000101110001001011110 | 3fe2e63fe2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)