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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 敎峯舞 | 111110101100110110010101111101011001010110010001 | facd95f59591 |
EUC-JP | ?峯舞 | 0011111111001010111101111100100111110001 | 3fcaf7c9f1 |
UTF-8 | 敎峯舞 | 111001101001010110001110111001011011001110101111111010001000100010011110 | e6958ee5b3afe8889e |
UHC | 敎峯舞 | 110011101110011111011100111001111101100111110001 | cee7dce7d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)