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 | 100110100100100010011001111110111001101001001000100110011111101101000010 | 9a4899fb9a4899fb42 |
EUC-JP | 唏哈唏哈B | 110100111010100111010010111111011101001110101001110100101111110101000010 | d3a9d2fdd3a9d2fd42 |
UTF-8 | 唏哈唏哈B | 11100101100101001000111111100101100100111000100011100101100101001000111111100101100100111000100001000010 | e5948fe59388e5948fe5938842 |
UHC | ?哈?哈B | 00111111111110011110101100111111111110011110101101000010 | 3ff9eb3ff9eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)