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 | 写丞ノ自 | 10001110110010101000111111100101110010011000111010101001 | 8eca8fe5c98ea9 |
EUC-JP | 写丞ノ自 | 1011110011001100101111101110011110001110110010011011110010101011 | bcccbee78ec9bcab |
UTF-8 | 写丞ノ自 | 111001011000011010011001111001001011100010011110111011111011111010001001111010001000011110101010 | e58699e4b89eefbe89e887aa |
UHC | ?丞?自 | 001111111110001110101010001111111110110110111011 | 3fe3aa3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)