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 | 羮葛蹴諛 | 1110001110111100100010101000101110001111010100101110011010000111 | e3bc8a8b8f52e687 |
EUC-JP | 羮葛蹴諛 | 1110011010111110101100111110101110111101101100111110101111100111 | e6beb3ebbdb3ebe7 |
UTF-8 | 羮葛蹴諛 | 111001111011111010101110111010001001000110011011111010001011100110110100111010001010101110011011 | e7beaee8919be8b9b4e8ab9b |
UHC | ?葛蹴諛 | 00111111110010101110011111110101111011011110101110110000 | 3fcae7f5edebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)