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 | 松寬ケ釈 | 10001111101111001111101010101010101110011000111011011111 | 8fbcfaaab98edf |
EUC-JP | 松?ケ釈 | 10111110101111100011111110001110101110011011110011100001 | bebe3f8eb9bce1 |
UTF-8 | 松寬ケ釈 | 111001101001110110111110111001011010111110101100111011111011110110111001111010011000011110001000 | e69dbee5afacefbdb9e98788 |
UHC | 松寬?? | 111000011110011011001110101100000011111100111111 | e1e6ceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)