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 | 迯サ闡ケ闔檻 | 11100111100011011011101111101000100100011011100111101000100011101001111101000010 | e78dbbe891b9e88e9f42 |
EUC-JP | 迯サ闡ケ闔檻 | 111011011110110110001110101110111110111111110001100011101011100111101111111011101101110110100011 | eded8ebbeff18eb9efeedda3 |
UTF-8 | 迯サ闡ケ闔檻 | 111010001011111110101111111011111011110110111011111010011001011110100001111011111011110110111001111010011001011110010100111001101010101010111011 | e8bfafefbdbbe997a1efbdb9e99794e6aabb |
UHC | ??闡?闔檻 | 001111110011111111110100110001010011111111111001111011111111100111100011 | 3f3ff4c53ff9eff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)