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 | ??藜巖 | 001111110011111111100101010110111001101111011100 | 3f3fe55b9bdc |
EUC-JP | ??藜巖 | 001111110011111111101001101111001101011011011110 | 3f3fe9bcd6de |
UTF-8 | 뤗횓藜巖 | 111010111010010010010111111011011001101010010011111010001001011110011100111001011011011110010110 | eba497ed9a93e8979ce5b796 |
UHC | 뤗횓藜巖 | 1000111111000111110000111000111011010101111011011110010011011100 | 8fc7c38ed5ede4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)