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 | テ催姪湘熊 | 110000111000110111000011100101101100001110001111110000111000110001000110 | c38dc396c38fc38c46 |
EUC-JP | テ催姪湘熊 | 10001110110000111011101011000101110011001100010110111110110001011011011110100111 | 8ec3bac5ccc5bec5b7a7 |
UTF-8 | テ催姪湘熊 | 111011111011111010000011111001011000001010101100111001011010011110101010111001101011100110011000111001111000011010001010 | efbe83e582ace5a7aae6b998e7868a |
UHC | ?催姪湘熊 | 001111111111010111001010111100101110101111011111110011111110101010101000 | 3ff5caf2ebdfcfeaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)