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 | 蜃句炎迯オ | 111001011000011110001011111001011000100110001010111001111000110110110101 | e5878be5898ae78db5 |
EUC-JP | 蜃句炎迯オ | 11101001111001111011011011100111101100011110101011101101111011011000111010110101 | e9e7b6e7b1eaeded8eb5 |
UTF-8 | 蜃句炎迯オ | 111010001001110010000011111001011000111110100101111001111000001010001110111010001011111110101111111011111011110110110101 | e89c83e58fa5e7828ee8bfafefbdb5 |
UHC | 蜃句炎?? | 1110001111110001110011111010001111100110111110100011111100111111 | e3f1cfa3e6fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)