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 | 釭ホ「鐘 | 1111101110111101110011101111000011000000101000101000111111100000 | fbbdcef0c0a28fe0 |
EUC-JP | 釭ホ?「鐘 | 10001111111000111010111110001110110011100011111110001110101000101011111011100010 | 8fe3af8ece3f8ea2bee2 |
UTF-8 | 釭ホ「鐘 | 111010011000011110101101111011111011111010001110111011101000000110111111111011111011110110100010111010011001000010011000 | e987adefbe8eee81bfefbda2e99098 |
UHC | ????鐘 | 001111110011111100111111001111111111000110100100 | 3f3f3f3ff1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)