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 | 畯峯舞 | 111110110110111110010101111101011001010110010001 | fb6f95f59591 |
EUC-JP | 畯峯舞 | 10001111110011011011101111001010111101111100100111110001 | 8fcdbbcaf7c9f1 |
UTF-8 | 畯峯舞 | 111001111001010110101111111001011011001110101111111010001000100010011110 | e795afe5b3afe8889e |
UHC | 畯峯舞 | 111100011110000111011100111001111101100111110001 | f1e1dce7d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)