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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谿刎茹 | 111001101010111010011001100001101110010010100101 | e6ae9986e4a5 |
EUC-JP | 谿刎茹 | 111011001011000011010001111001101110100010100111 | ecb0d1e6e8a7 |
UTF-8 | 谿刎茹 | 111010001011000010111111111001011000100010001110111010001000110010111001 | e8b0bfe5888ee88cb9 |
UHC | 谿刎茹 | 110011011010110011011001111110111110011010101010 | cdacd9fbe6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)