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 | 芒劫幻葆沿 | 11100100100010101000110110000101100011001011011011100100110111001000100110001000 | e48a8d858cb6e4dc8988 |
EUC-JP | 芒劫幻葆沿 | 11100111111010101011100111100101101110001011100011101000110111101011000111101000 | e7eab9e5b8b8e8deb1e8 |
UTF-8 | 芒劫幻葆沿 | 111010001000101010010010111001011000101010101011111001011011100110111011111010001001000110000110111001101011001010111111 | e88a92e58aabe5b9bbe89186e6b2bf |
UHC | 芒劫幻?沿 | 110110001101001111001100101001001111110010110011001111111110011011001101 | d8d3cca4fcb33fe6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)