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 | 蔬衰沓貉 | 1110010011110100100100001000101010001100010000101110011010111001 | e4f4908a8c42e6b9 |
EUC-JP | 蔬衰沓貉 | 1110100011110110101111111110101010110111101000111110110010111011 | e8f6bfeab7a3ecbb |
UTF-8 | 蔬衰沓貉 | 111010001001010010101100111010001010000110110000111001101011001010010011111010001011001010001001 | e894ace8a1b0e6b293e8b289 |
UHC | 蔬衰沓? | 11100001110010101110000111110001110100111100101100111111 | e1cae1f1d3cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)