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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荵怜傷雕オ | 111001001011100110010111111001011000111110011101111010001011100010110101 | e4b997e58f9de8b8b5 |
EUC-JP | 荵怜傷雕オ | 11101000101110111100111011100111101111011111110111110000101110101000111010110101 | e8bbcee7bdfdf0ba8eb5 |
UTF-8 | 荵怜傷雕オ | 111010001000110110110101111001101000000010011100111001011000001010110111111010011001101110010101111011111011110110110101 | e88db5e6809ce582b7e99b95efbdb5 |
UHC | ?怜傷雕? | 0011111111010110101110111101111110111111111100001110011100111111 | 3fd6bbdfbff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)