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 | 111110110101010010001110101001001111101101010100100011101010010001000010 | fb548ea4fb548ea442 |
EUC-JP | 焄痔焄痔B | 1000111111001001111000111011110010100110100011111100100111100011101111001010011001000010 | 8fc9e3bca68fc9e3bca642 |
UTF-8 | 焄痔焄痔B | 11100111100001001000010011100111100101111001010011100111100001001000010011100111100101111001010001000010 | e78484e79794e78484e7979442 |
UHC | 焄痔焄痔B | 111111011011011011110110110000001111110110110110111101101100000001000010 | fdb6f6c0fdb6f6c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)