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 | 蒻鷹け籬 | 1110010011101000100100011110100110000010101011111110001011011111 | e4e891e982afe2df |
EUC-JP | 蒻鷹け籬 | 1110100011101010110000101110101110100100101100011110010011100001 | e8eac2eba4b1e4e1 |
UTF-8 | 蒻鷹け籬 | 111010001001001010111011111010011011011110111001111000111000000110010001111001111011000110101100 | e892bbe9b7b9e38191e7b1ac |
UHC | 蒻鷹け籬 | 1110010110110110111010111110110110101010101100011101011111100110 | e5b6ebedaab1d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)