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 | 逹ィ遽・闔ア | 111001111001110110101000111001111010111110100101111010001000111010110001 | e79da8e7afa5e88eb1 |
EUC-JP | 逹ィ遽・闔ア | 111011011111110110001110101010001110111010110001100011101010010111101111111011101000111010110001 | edfd8ea8eeb18ea5efee8eb1 |
UTF-8 | 逹ィ遽・闔ア | 111010011000000010111001111011111011110110101000111010011000000110111101111011111011110110100101111010011001011110010100111011111011110110110001 | e980b9efbda8e981bdefbda5e99794efbdb1 |
UHC | ??遽?闔? | 0011111100111111110010111110100000111111111110011110111100111111 | 3f3fcbe83ff9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)