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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | レヘ狃ヘア^ | 11011010110011011110000010111011110011011011000101011110 | dacde0bbcdb15e |
EUC-JP | レヘ狃ヘア^ | 1000111011011010100011101100110111100000101111011000111011001101100011101011000101011110 | 8eda8ecde0bd8ecd8eb15e |
UTF-8 | レヘ狃ヘア^ | 11101111101111101001101011101111101111101000110111100111100010111000001111101111101111101000110111101111101111011011000101011110 | efbe9aefbe8de78b83efbe8defbdb15e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)