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 | ク躰ク躰^ | 10111000111001110101101110111000111001110101101101011110 | b8e75bb8e75b5e |
EUC-JP | ク躰ク躰^ | 100011101011100011101101101111001000111010111000111011011011110001011110 | 8eb8edbc8eb8edbc5e |
UTF-8 | ク躰ク躰^ | 11101111101111011011100011101000101110101011000011101111101111011011100011101000101110101011000001011110 | efbdb8e8bab0efbdb8e8bab05e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)