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 | ◇???チ | 10000001100111100011111100111111001111111000001101100000 | 819e3f3f3f8360 |
EUC-JP | ◇???チ | 10100001111111100011111100111111001111111010010111000001 | a1fe3f3f3fa5c1 |
UTF-8 | ◇룴찼卽チ | 111000101001011110000111111010111010001110110100111011001011000010111100111001011000110110111101111000111000001110000001 | e29787eba3b4ecb0bce58dbde38381 |
UHC | ◇룴찼卽チ | 10100001110111101000111110101001110000111010000111110001111011011010101111000001 | a1de8fa9c3a1f1edabc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)