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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 省イ跿シコシ | 10001111110010001111100010111100101100101110011011110011101111001011101010111100 | 8fc8f8bcb2e6f3bcbabc |
EUC-JP | 省?イ跿シコシ | 10111110110010100011111110001110101100101110110011110101100011101011110010001110101110101000111010111100 | beca3f8eb2ecf58ebc8eba8ebc |
UTF-8 | 省イ跿シコシ | 111001111001110010000001111011101001100110011011111011111011110110110010111010001011011110111111111011111011110110111100111011111011110110111010111011111011110110111100 | e79c81ee999befbdb2e8b7bfefbdbcefbdbaefbdbc |
UHC | 省?????? | 1110000011111101001111110011111100111111001111110011111100111111 | e0fd3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)