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 | 100011101101010110001110101001001000111011010101100011101010010001000010 | 8ed58ea48ed58ea442 |
EUC-JP | 遮痔遮痔B | 101111001101011110111100101001101011110011010111101111001010011001000010 | bcd7bca6bcd7bca642 |
UTF-8 | 遮痔遮痔B | 11101001100000011010111011100111100101111001010011101001100000011010111011100111100101111001010001000010 | e981aee79794e981aee7979442 |
UHC | 遮痔遮痔B | 111100111011010011110110110000001111001110110100111101101100000001000010 | f3b4f6c0f3b4f6c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)