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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跚矩ャサ | 111001101110011110001011111010011010110010111011 | e6e78be9acbb |
EUC-JP | 跚矩ャサ | 1110110011101001101101101110101110001110101011001000111010111011 | ece9b6eb8eac8ebb |
UTF-8 | 跚矩ャサ | 111010001011011110011010111001111001111110101001111011111011110110101100111011111011110110111011 | e8b79ae79fa9efbdacefbdbb |
UHC | ?矩?? | 0011111111001111101110110011111100111111 | 3fcfbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)