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 | 轜峨け蒟 | 1110011101111110100010011110001110000010101011111110010011100101 | e77e89e382afe4e5 |
EUC-JP | 轜峨け蒟 | 1110110111011111101100101110010110100100101100011110100011100111 | eddfb2e5a4b1e8e7 |
UTF-8 | 轜峨け蒟 | 111010001011110110011100111001011011001110101000111000111000000110010001111010001001001010011111 | e8bd9ce5b3a8e38191e8929f |
UHC | ?峨け? | 001111111110010010110001101010101011000100111111 | 3fe4b1aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)