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 | ????y\ | 001111110011111100111111001111110111100101011100 | 3f3f3f3f795c |
SJIS-WIN | 鱆軸妺疾y\ | 11101001111000011000111010110010111110101010010110001110101111100111100101011100 | e9e18eb2faa58ebe795c |
EUC-JP | 鱆軸妺疾y\ | 1111001011100011101111001011010010001111101110011011011110111100110000000111100101011100 | f2e3bcb48fb9b7bcc0795c |
UTF-8 | 鱆軸妺疾y\ | 1110100110110001100001101110100010111011101110001110010110100110101110101110011110010110101111100111100101011100 | e9b186e8bbb8e5a6bae796be795c |
UHC | ?軸?疾y\ | 0011111111110101111011100011111111110010111100000111100101011100 | 3ff5ee3ff2f0795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)