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 | ??┫節→? | 001111110011111110000100101100101001000011011111100000011010100000111111 | 3f3f84b290df81a83f |
EUC-JP | ??┫節→? | 001111110011111110101000101101001100000011100001101000101010101000111111 | 3f3fa8b4c0e1a2aa3f |
UTF-8 | 了뗩┫節→캈 | 111011111010011010111010111010111001011110101001111000101001010010101011111001111010111110000000111000101000011010010010111011001011101010001000 | efa6baeb97a9e294abe7af80e28692ecba88 |
UHC | 了뗩┫節→캈 | 111010001110011110001011111010011010011010110100111011111011110110100001111001101010111110010100 | e8e78be9a6b4efbda1e6af94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)