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 | 爵竺セニ | 100011101101110110001110101100011011111011000110 | 8edd8eb1bec6 |
EUC-JP | 爵竺セニ | 1011110011011111101111001011001110001110101111101000111011000110 | bcdfbcb38ebe8ec6 |
UTF-8 | 爵竺セニ | 111001111000100010110101111001111010101110111010111011111011110110111110111011111011111010000110 | e788b5e7abbaefbdbeefbe86 |
UHC | 爵竺?? | 111011011100100111110101111001110011111100111111 | edc9f5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)