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 | 逵孺逵學^ | 111001111001110010011011011111011110011110011100100110110111101101011110 | e79c9b7de79c9b7b5e |
EUC-JP | 逵孺逵學^ | 111011011111110011010101110111101110110111111100110101011101110001011110 | edfcd5deedfcd5dc5e |
UTF-8 | 逵孺逵學^ | 11101001100000001011010111100101101011011011101011101001100000001011010111100101101011011011100001011110 | e980b5e5adbae980b5e5adb85e |
UHC | 逵孺逵學^ | 110100001011000011101010111010001101000010110000111110011100101001011110 | d0b0eae8d0b0f9ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)