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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 畢粮畢粮B | 100101010100110011100010111011001001010101001100111000101110110001000010 | 954ce2ec954ce2ec42 |
EUC-JP | 畢粮畢粮B | 110010011010110111100100111011101100100110101101111001001110111001000010 | c9ade4eec9ade4ee42 |
UTF-8 | 畢粮畢粮B | 11100111100101011010001011100111101100101010111011100111100101011010001011100111101100101010111001000010 | e795a2e7b2aee795a2e7b2ae42 |
UHC | 畢粮畢粮B | 111110011011010011010101110110111111100110110100110101011101101101000010 | f9b4d5dbf9b4d5db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)