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 | 輒豎烋柝穢^ | 1110011101101011111001101011000111100000011111011001111001110000111000100111000101011110 | e76be6b1e07d9e70e2715e |
EUC-JP | 輒豎烋柝穢^ | 1110110111001100111011001011001111011111110111101101101111010001111000111101001001011110 | edccecb3dfdedbd1e3d25e |
UTF-8 | 輒豎烋柝穢^ | 11101000101111001001001011101000101100011000111011100111100000111000101111100110100111111001110111100111101010011010001001011110 | e8bc92e8b18ee7838be69f9de7a9a25e |
UHC | 輒?烋柝穢^ | 11110100111001010011111111111101110011101111011011111001111001111101101101011110 | f4e53ffdcef6f9e7db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)