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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 一嘔一嘔^ | 100010001110101010011010011100011000100011101010100110100111000101011110 | 88ea9a7188ea9a715e |
EUC-JP | 一嘔一嘔^ | 101100001110110011010011110100101011000011101100110100111101001001011110 | b0ecd3d2b0ecd3d25e |
UTF-8 | 一嘔一嘔^ | 11100100101110001000000011100101100110001001010011100100101110001000000011100101100110001001010001011110 | e4b880e59894e4b880e598945e |
UHC | 一嘔一嘔^ | 111011001110100111001111101001011110110011101001110011111010010101011110 | ece9cfa5ece9cfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)