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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 上チ聿症ゥ | 10001111111000111100000111100011111001001000111111000111111100001011110010101001 | 8fe3c1e3e48fc7f0bca9 |
EUC-JP | 上チ聿症?ゥ | 1011111011100101100011101100000111100110111001101011111011001001001111111000111010101001 | bee58ec1e6e6bec93f8ea9 |
UTF-8 | 上チ聿症ゥ | 111001001011100010001010111011111011111010000001111010001000000110111111111001111001011110000111111011101000000110111011111011111011110110101001 | e4b88aefbe81e881bfe79787ee81bbefbda9 |
UHC | 上?聿症?? | 110111111011111000111111111010111101001111110001111110000011111100111111 | dfbe3febd3f1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)