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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 省蟲ヨシ | 100011111100100011100101101100111101011010111100 | 8fc8e5b3d6bc |
EUC-JP | 省蟲ヨシ | 1011111011001010111010101011010110001110110101101000111010111100 | becaeab58ed68ebc |
UTF-8 | 省蟲ヨシ | 111001111001110010000001111010001001111110110010111011111011111010010110111011111011110110111100 | e79c81e89fb2efbe96efbdbc |
UHC | 省蟲?? | 111000001111110111110101111110010011111100111111 | e0fdf5f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)