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 | 100110101011010010000001111100001001101010110100100000011111000001000010 | 9ab481f09ab481f042 |
EUC-JP | 垓Å垓ÅB | 110101001011011010100010111100101101010010110110101000101111001001000010 | d4b6a2f2d4b6a2f242 |
UTF-8 | 垓Å垓ÅB | 11100101100111101001001111100010100001001010101111100101100111101001001111100010100001001010101101000010 | e59e93e284abe59e93e284ab42 |
UHC | 垓Å垓ÅB | 111110101010011110100001110010101111101010100111101000011100101001000010 | faa7a1cafaa7a1ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)