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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???絲? | 001111110011111100111111111000110100111000111111 | 3f3f3fe34e3f |
EUC-JP | 洹??絲? | 1000111111000111101110100011111100111111111001011010111100111111 | 8fc7ba3f3fe5af3f |
UTF-8 | 洹ㅺ렮絲렡 | 111001101011010010111001111000111000010110111010111010111010000010101110111001111011010110110010111010111010000010100001 | e6b4b9e385baeba0aee7b5b2eba0a1 |
UHC | 洹ㅺ렮絲렡 | 11101010101101111010010011101010100011101011101111011110111010101000111010110010 | eab7a4ea8ebbdeea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)