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 | 100011101010000110001110110001101000111010100010100011101010010101000010 | 8ea18ec68ea28ea542 |
EUC-JP | 治屡爾磁B | 101111001010001110111100110010001011110010100100101111001010011101000010 | bca3bcc8bca4bca742 |
UTF-8 | 治屡爾磁B | 11100110101100101011101111100101101100011010000111100111100010001011111011100111101000111000000101000010 | e6b2bbe5b1a1e788bee7a38142 |
UHC | 治?爾磁B | 1111011010111101001111111110110010110011111011011011100001000010 | f6bd3fecb3edb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)