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 | ?葛?姐 | 001111111000101010001011001111111000100010110111 | 3f8a8b3f88b7 |
EUC-JP | 塼葛?姐 | 1000111110111000101110011011001111101011001111111011000010111001 | 8fb8b9b3eb3fb0b9 |
UTF-8 | 塼葛狼姐 | 111001011010000110111100111010001001000110011011111011111010010010101011111001011010011110010000 | e5a1bce8919befa4abe5a790 |
UHC | 塼葛狼姐 | 1110111011110100110010101110011111010010101010101110111010111011 | eef4cae7d2aaeebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)