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 | ???斐煖 | 00111111001111110011111110010100111000111110000010001011 | 3f3f3f94e3e08b |
EUC-JP | ???斐煖 | 00111111001111110011111111001000111001011101111111101011 | 3f3f3fc8e5dfeb |
UTF-8 | 롐뤺띠斐煖 | 111010111010000110010000111010111010010010111010111010111001110110100000111001101001011010010000111001111000010110010110 | eba190eba4baeb9da0e69690e78596 |
UHC | 롐뤺띠斐煖 | 10001110110101101000111111101000101101101110110011011101111011001101000111101110 | 8ed68fe8b6ecddecd1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)