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 | 丹札宏 | 100100100100111110001110010001001000110101000111 | 924f8e448d47 |
EUC-JP | 丹札宏 | 110000111011000010111011101001011011100110101000 | c3b0bba5b9a8 |
UTF-8 | 丹札宏 | 111001001011100010111001111001101001110010101101111001011010111010001111 | e4b8b9e69cade5ae8f |
UHC | 丹札宏 | 110100111010000111110011110011101100111011011011 | d3a1f3cecedb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)