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 | 隰ヲ骰倶クェ^ | 11101000101011001010011011101001100011011000101111100100101110001010101001011110 | e8aca6e98d8be4b8aa5e |
EUC-JP | 隰ヲ骰倶クェ^ | 11110000101011101000111010100110111100011110110110110110111001101000111010111000100011101010101001011110 | f0ae8ea6f1edb6e68eb88eaa5e |
UTF-8 | 隰ヲ骰倶クェ^ | 11101001100110101011000011101111101111011010011011101001101010101011000011100101100000001011011011101111101111011011100011101111101111011010101001011110 | e99ab0efbda6e9aab0e580b6efbdb8efbdaa5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)