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 | ??┫節→ | 0011111100111111100001001011001010010000110111111000000110101000 | 3f3f84b290df81a8 |
EUC-JP | ??┫節→ | 0011111100111111101010001011010011000000111000011010001010101010 | 3f3fa8b4c0e1a2aa |
UTF-8 | 了뗩┫節→ | 111011111010011010111010111010111001011110101001111000101001010010101011111001111010111110000000111000101000011010010010 | efa6baeb97a9e294abe7af80e28692 |
UHC | 了뗩┫節→ | 11101000111001111000101111101001101001101011010011101111101111011010000111100110 | e8e78be9a6b4efbda1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)