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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | セハ勺湘ケ尺^ | 10111110110010101000111011011001100011111100001110111001100011101101101001011110 | beca8ed98fc3b98eda5e |
EUC-JP | セハ勺湘ケ尺^ | 10001110101111101000111011001010101111001101101110111110110001011000111010111001101111001101110001011110 | 8ebe8ecabcdbbec58eb9bcdc5e |
UTF-8 | セハ勺湘ケ尺^ | 11101111101111011011111011101111101111101000101011100101100010111011101011100110101110011001100011101111101111011011100111100101101100001011101001011110 | efbdbeefbe8ae58bbae6b998efbdb9e5b0ba5e |
UHC | ??勺湘?尺^ | 00111111001111111110110111000011110111111100111100111111111101001010100101011110 | 3f3fedc3dfcf3ff4a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)