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 | 111010011000011110001011011110101110100110000111100010110111101001000010 | e9878b7ae9878b7a42 |
EUC-JP | 驥吸驥吸B | 111100011110011110110101110110111111000111100111101101011101101101000010 | f1e7b5dbf1e7b5db42 |
UTF-8 | 驥吸驥吸B | 11101001101010011010010111100101100100001011100011101001101010011010010111100101100100001011100001000010 | e9a9a5e590b8e9a9a5e590b842 |
UHC | 驥吸驥吸B | 110100011100101011111101111001011101000111001010111111011110010101000010 | d1cafde5d1cafde542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)