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 | 迯サ闡ォ闢嗄 | 11100111100011011011101111101000100100011010101111101000100100111001101001101101 | e78dbbe891abe8939a6d |
EUC-JP | 迯サ闡ォ闢嗄 | 111011011110110110001110101110111110111111110001100011101010101111101111111100111101001111001110 | eded8ebbeff18eabeff3d3ce |
UTF-8 | 迯サ闡ォ闢嗄 | 111010001011111110101111111011111011110110111011111010011001011110100001111011111011110110101011111010011001011110100010111001011001011110000100 | e8bfafefbdbbe997a1efbdabe997a2e59784 |
UHC | ??闡?闢? | 0011111100111111111101001100010100111111110111001010001100111111 | 3f3ff4c53fdca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)