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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 馴質\ | 1001001111101001100011101011111101011100 | 93e98ebf5c |
EUC-JP | 馴質\ | 1100011011101011101111001100000101011100 | c6ebbcc15c |
UTF-8 | 馴質\ | 11101001101001101011010011101000101100111010101001011100 | e9a6b4e8b3aa5c |
UHC | 馴質\ | 1110001011111000111100101111010101011100 | e2f8f2f55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)